Home
last modified time | relevance | path

Searched refs:PKG (Results 1 – 3 of 3) sorted by relevance

/scripts/kconfig/
A Dgconf-cfg.sh9 PKG=gtk+-3.0
18 if ! ${HOSTPKG_CONFIG} --exists $PKG; then
22 echo >&2 "* You need $PKG"
27 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags}
28 ${HOSTPKG_CONFIG} --libs ${PKG} > ${libs}
A Dmconf-cfg.sh9 PKG="ncursesw"
13 if ${HOSTPKG_CONFIG} --exists $PKG; then
14 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags}
15 ${HOSTPKG_CONFIG} --libs ${PKG} > ${libs}
A Dnconf-cfg.sh9 PKG="ncursesw menuw panelw"
13 if ${HOSTPKG_CONFIG} --exists $PKG; then
14 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags}
15 ${HOSTPKG_CONFIG} --libs ${PKG} > ${libs}

Completed in 16 milliseconds