Please add a .pc file
Brought to you by:
gertwin
Please add a .pc (pkg-config) file. It helps much better to track the required libs instead of a vdk-config file. gnome-config (where this was originally taken from) has also switched to a pkg-config file.
A libvdk2.pc file with this should work:
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/
includedir=${prefix}/include
pkglibdir=${libdir}/vdk
Name: libvdk2
Description: Visual Development Kit C++ library version 2
Requires: gtk+-x11-2.0 gtk+-x11-2.0
Version: 2.4.0
Libs: -L${libdir} -lvdk2 -lpthread
Libs.private: -lpthread
Cflags: -I${includedir}/vdk2
Libs.privateis probably not needed. But please see to it.