Newer
Older
dub_jkp / test / issue782-gtkd-pkg-config / fake-gtkd / pkgconfig / fake-gtkd.pc
@Jean-Baptiste Lab Jean-Baptiste Lab on 17 Mar 2016 543 bytes Add test case for issue #782
prefix=../fake-gtkd
libdir=${prefix}
includedir=${prefix}/src

Name: fake-gtkd
Description: Fake GtkD shared library for testing
Version: 1.0.0
#Requires: phobos2
# The "-L-defaultlib=libphobos2.so" and "-defaultlib=libphobos2.so" should both end up on the compiler (at link stage) invokation as "-defaultlib=libphobos2.so"
# For this test, it doesn't hurt that they appear twice on the cmd line...
Libs: -L-L${libdir} -L-l:libfake-gtkd.so -L-l:libdl.so.2 -pthread -L-defaultlib=libphobos2.so -defaultlib=libphobos2.so
Cflags: -I${includedir}