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

Collapse All | Expand All

(-)platform/gtk-x11/setup.py.orig (-1 / +1 lines)
Lines 381-387 def get_mozilla_stuff(): Link Here
381
        xpcom_runtime_path = XPCOM_RUNTIME_PATH
381
        xpcom_runtime_path = XPCOM_RUNTIME_PATH
382
    else:
382
    else:
383
        print "\nTrying to figure out xpcom_runtime_path value...."
383
        print "\nTrying to figure out xpcom_runtime_path value...."
384
        xpcom_runtime_path = get_command_output("pkg-config --variable=libdir %s" % xpcom_lib).strip()
384
        xpcom_runtime_path = parse_pkg_config('pkg-config', '%s' % xpcom_lib)['library_dirs'][0]
385
    print "using xpcom_runtime_path: ", repr(xpcom_runtime_path)
385
    print "using xpcom_runtime_path: ", repr(xpcom_runtime_path)
386
386
387
    mozilla_browser_options = parse_pkg_config("pkg-config",
387
    mozilla_browser_options = parse_pkg_config("pkg-config",

Return to bug 312459