Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 320915
Collapse All | Expand All

(-)libproxy/CMakeLists.txt (-1 / +1 lines)
Lines 84-90 else() Link Here
84
    px_check_modules(NM          NetworkManager dbus-1)
84
    px_check_modules(NM          NetworkManager dbus-1)
85
    px_check_modules(WEBKIT      webkit-1.0)
85
    px_check_modules(WEBKIT      webkit-1.0)
86
86
87
    set(MOZJS_SEARCH_ORDER "xulrunner-js;firefox-js;mozilla-js;seamonkey-js" CACHE STRING "MozJS search order")
87
    set(MOZJS_SEARCH_ORDER "mozilla-js;xulrunner-js;firefox-js;seamonkey-js" CACHE STRING "MozJS search order")
88
    option(WITH_MOZJS "Search for MOZJS package" ON)
88
    option(WITH_MOZJS "Search for MOZJS package" ON)
89
    if (WITH_MOZJS)
89
    if (WITH_MOZJS)
90
      pkg_search_module(MOZJS ${MOZJS_SEARCH_ORDER})
90
      pkg_search_module(MOZJS ${MOZJS_SEARCH_ORDER})

Return to bug 320915