Lines Matching refs:pkg
225 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0` -ldl
226 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
240 @set -e; echo " CHECK qt"; dir=""; pkg=""; \
241 if ! pkg-config --exists QtCore 2> /dev/null; then \
243 pkg-config --exists qt 2> /dev/null && pkg=qt; \
244 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
245 if [ -n "$$pkg" ]; then \
246 cflags="\$$(shell pkg-config $$pkg --cflags)"; \
247 libs="\$$(shell pkg-config $$pkg --libs)"; \
248 moc="\$$(shell pkg-config $$pkg --variable=prefix)/bin/moc"; \
249 dir="$$(pkg-config $$pkg --variable=prefix)"; \
296 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
297 if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \