aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/vlib/v/pkgconfig/test_samples/gobject-2.0.pc
blob: 05fbff656a89c56f897e9c4e01be4422e81a9f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=/usr
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include

Name: GObject
Description: GLib Type, Object, Parameter and Signal Library
Version: 2.64.3
Requires: glib-2.0
Requires.private: libffi >=  3.0.0
Libs: -L${libdir} -lgobject-2.0
Libs.private: -pthread
Cflags: -I${includedir}