[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gthread-2.0.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: GThread
7 Description: Thread support for GLib
8 Requires: glib-2.0
9 Version: @VERSION@
10 Libs: -L${libdir} -lgthread-2.0 @G_THREAD_LIBS@
11 Cflags: @G_THREAD_CFLAGS@