[kdbus] Do not set body message if signature field is empty
[platform/upstream/glib.git] / gthread-2.0.pc.in
index 31aa83a..419df1f 100644 (file)
@@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-REQUIRES="glib-2.0"
-VERSION="@VERSION@"
-CFLAGS="$CFLAGS"
-LIBS_PATH="-L${libdir} $LIBS_PATH"
-LIBS_LINK_SELF="-lgthread-1.3 @G_THREAD_LIBS@ $LIBS_LINK_SELF"
-LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
-
-#Name: GThread
-#Description: Thread support for GLib
+Name: GThread
+Description: Thread support for GLib
+Requires: glib-2.0
+Version: @VERSION@
+Libs: -L${libdir} -lgthread-2.0 @G_THREAD_LIBS@
+Cflags: @G_THREAD_CFLAGS@