Lines Matching refs:pkg
172 if ! pkg-config --exists gtk+-quartz-2.0; then
178 if ! pkg-config --exists gtk+-x11-2.0; then
185 if ! pkg-config --exists gtk-engines-2; then
190 if [ ! -e "$LIBPREFIX/lib/gtk-2.0/$(pkg-config --variable=gtk_binary_version gtk+-2.0)/engines/libmurrine.so" ]; then
195 if [ ! -e "$LIBPREFIX/lib/gtk-2.0/$(pkg-config --variable=gtk_binary_version gtk+-2.0)/engines/libadwaita.so" ]; then
205 if ! pkg-config --exists icon-naming-utils; then
211 # if ! pkg-config --exists gnome-icon-theme; then
216 # if ! pkg-config --exists gnome-icon-theme-symbolic; then
223 if ! pkg-config --exists gnome-vfs-2.0; then
230 # if ! pkg-config --exists dbus-1; then
245 if ! pkg-config --exists poppler; then
255 if ! pkg-config --exists ImageMagick; then
260 # FIXME: retrieve aspell version from installed files (no pkg-config support)
549 PANGOVERSION=$(pkg-config --modversion pango)
571 pango_mod_version=`pkg-config --variable=pango_module_version pango`
576 gtk_version=`pkg-config --variable=gtk_binary_version gtk+-2.0`
580 gdk_pixbuf_version=`pkg-config --variable=gdk_pixbuf_binary_version gdk-pixbuf-2.0`
623 IMAGEMAGICKVER="$(pkg-config --modversion ImageMagick)"