get-compile-flags.sh (112B)
1 DEPS='webkit2gtk-4.0' 2 INCS=`pkg-config --cflags ${DEPS}` 3 LIBS=`pkg-config --libs ${DEPS}` 4 echo $INCS 5 echo $LIBS