Searched refs:PKG (Results 1 – 4 of 4) sorted by relevance
4 PKG="gtk+-2.0 gmodule-2.0 libglade-2.0"13 if ! pkg-config --exists $PKG; then17 echo >&2 "* You need $PKG"29 echo cflags=\"$(pkg-config --cflags $PKG)\"30 echo libs=\"$(pkg-config --libs $PKG)\"
4 PKG="ncursesw"8 if pkg-config --exists $PKG; then9 echo cflags=\"$(pkg-config --cflags $PKG)\"10 echo libs=\"$(pkg-config --libs $PKG)\"
4 PKG="ncursesw menuw panelw"8 if pkg-config --exists $PKG; then9 echo cflags=\"$(pkg-config --cflags $PKG)\"10 echo libs=\"$(pkg-config --libs $PKG)\"
4 PKG="Qt5Core Qt5Gui Qt5Widgets"14 if pkg-config --exists $PKG; then16 echo libs=\"$(pkg-config --libs $PKG)\"
Completed in 3 milliseconds