#!/bin/sh if echo "$*" | grep -q fuse; then exit 1; fi if echo "$*" | grep -q libtirpc; then exit 1; fi exit 0 # various stuf that can be passed to pkg-config: ====== --exists gmodule-2.0 >= 2.34.0 ====== --cflags gmodule-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ====== --libs gmodule-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lintl ====== --exists gthread-2.0 >= 2.34.0 ====== --cflags gthread-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ====== --libs gthread-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lintl ====== --exists fuse ====== --exists libtirpc ====== udev --variable=udevdir