Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131527 | Differences between
and this patch

Collapse All | Expand All

(-)Miro-0.9.8.orig/platform/gtk-x11/setup.py (-1 / +1 lines)
Lines 207-213 Link Here
207
if mozIncludeBase is None:
207
if mozIncludeBase is None:
208
    raise ValueError("Can't find mozilla include base directory")
208
    raise ValueError("Can't find mozilla include base directory")
209
for subdir in ['dom', 'gfx', 'widget', 'commandhandler', 'uriloader',
209
for subdir in ['dom', 'gfx', 'widget', 'commandhandler', 'uriloader',
210
            'webbrwsr']:
210
            'webbrwsr', 'necko']:
211
    path = os.path.join(mozIncludeBase, subdir)
211
    path = os.path.join(mozIncludeBase, subdir)
212
    mozilla_browser_options['include_dirs'].append(path)
212
    mozilla_browser_options['include_dirs'].append(path)
213
213

Return to bug 131527