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-1.2.4/platform/gtk-x11/setup.py.old (-5 / +5 lines)
Lines 243-253 Link Here
243
    sys.exit("Package config error:\n%s" % (error,))
243
    sys.exit("Package config error:\n%s" % (error,))
244
244
245
xulrunner19 = False
245
xulrunner19 = False
246
if re.search("^libxul", packages, re.MULTILINE):
246
#if re.search("^libxul", packages, re.MULTILINE):
247
    xulrunner19 = True
247
#    xulrunner19 = True
248
    xpcom = 'libxul'
248
#    xpcom = 'libxul'
249
    gtkmozembed = 'libxul'
249
#    gtkmozembed = 'libxul'
250
elif re.search("^xulrunner-xpcom", packages, re.MULTILINE):
250
if re.search("^xulrunner-xpcom", packages, re.MULTILINE):
251
    xpcom = 'xulrunner-xpcom'
251
    xpcom = 'xulrunner-xpcom'
252
    gtkmozembed = 'xulrunner-gtkmozembed'
252
    gtkmozembed = 'xulrunner-gtkmozembed'
253
elif re.search("^mozilla-xpcom", packages, re.MULTILINE):
253
elif re.search("^mozilla-xpcom", packages, re.MULTILINE):

Return to bug 131527