v2 / vlib / v / pkgconfig / test_samples / gobject-2.0.pc
12 lines · 11 sloc · 304 bytes · 1a8a1ceb0a1ce792597d6ee30643e2c57ac160db
Raw
1prefix=/usr
2libdir=${prefix}/lib/x86_64-linux-gnu
3includedir=${prefix}/include
4
5Name: GObject
6Description: GLib Type, Object, Parameter and Signal Library
7Version: 2.64.3
8Requires: glib-2.0
9Requires.private: libffi >= 3.0.0
10Libs: -L${libdir} -lgobject-2.0
11Libs.private: -pthread
12Cflags: -I${includedir}
13