v2 / vlib / v / pkgconfig / test_samples / gmodule-2.0.pc
12 lines · 10 sloc · 271 bytes · 1a8a1ceb0a1ce792597d6ee30643e2c57ac160db
Raw
1prefix=/usr
2libdir=${prefix}/lib/x86_64-linux-gnu
3includedir=${prefix}/include
4
5gmodule_supported=true
6
7Name: GModule
8Description: Dynamic module loader for GLib
9Version: 2.64.3
10Requires: gmodule-no-export-2.0, glib-2.0
11Libs: -Wl,--export-dynamic
12Cflags: -I${includedir}
13