Lines Matching refs:pkg
231 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0`
232 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
238 pkg-config --libs menuw panelw ncursesw 2>/dev/null \
239 || pkg-config --libs menu panel ncurses 2>/dev/null \
250 if pkg-config --exists Qt5Core; then \
252 libs=`pkg-config --libs Qt5Core Qt5Gui Qt5Widgets`; \
253 moc=`pkg-config --variable=host_bins Qt5Core`/moc; \
254 elif pkg-config --exists QtCore; then \
255 cflags=`pkg-config --cflags QtCore QtGui`; \
256 libs=`pkg-config --libs QtCore QtGui`; \
257 moc=`pkg-config --variable=moc_location QtCore`; \
277 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
278 if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \