Searched refs:PKG (Results 1 – 3 of 3) sorted by relevance
9 PKG=gtk+-3.018 if ! ${HOSTPKG_CONFIG} --exists $PKG; then22 echo >&2 "* You need $PKG"27 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags}28 ${HOSTPKG_CONFIG} --libs ${PKG} > ${libs}
9 PKG="ncursesw"13 if ${HOSTPKG_CONFIG} --exists $PKG; then14 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags}15 ${HOSTPKG_CONFIG} --libs ${PKG} > ${libs}
9 PKG="ncursesw menuw panelw"13 if ${HOSTPKG_CONFIG} --exists $PKG; then14 ${HOSTPKG_CONFIG} --cflags ${PKG} > ${cflags}15 ${HOSTPKG_CONFIG} --libs ${PKG} > ${libs}
Completed in 16 milliseconds