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

Collapse All | Expand All

(-)libproxy/cmake/modules/pacrunner_mozjs.cmk~ (-1 / +1 lines)
Lines 7-13 Link Here
7
    include_directories("${MOZJS_INCLUDE_DIR}")
7
    include_directories("${MOZJS_INCLUDE_DIR}")
8
  endif()
8
  endif()
9
elseif(NOT APPLE)
9
elseif(NOT APPLE)
10
  set(MOZJS_SEARCH_ORDER "xulrunner-js;firefox-js;mozilla-js;seamonkey-js" CACHE STRING "MozJS search order")
10
  set(MOZJS_SEARCH_ORDER "mozilla-js;xulrunner-js;firefox-js;seamonkey-js" CACHE STRING "MozJS search order")
11
  option(WITH_MOZJS "Search for MOZJS package" ON)
11
  option(WITH_MOZJS "Search for MOZJS package" ON)
12
  if (WITH_MOZJS)
12
  if (WITH_MOZJS)
13
    pkg_search_module(MOZJS ${MOZJS_SEARCH_ORDER})
13
    pkg_search_module(MOZJS ${MOZJS_SEARCH_ORDER})

Return to bug 339216