]> Pileus Git - ~andy/gtk/blobdiff - gdk-3.0.pc.in
filechooserbutton: Don't show the (None) item when the combo box is popped up
[~andy/gtk] / gdk-3.0.pc.in
index ca12b2eef2b471b7ae622d321fedaa2d460fc1aa..97b05372910b3bb97f8efbbbc1d4fb7c8c951e35 100644 (file)
@@ -2,11 +2,12 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
-target=@gdktarget@
+targets=@GDK_BACKENDS@
 
 Name: GDK
-Description: GTK+ Drawing Kit (${target} target)
+Description: GTK+ Drawing Kit
 Version: @VERSION@
-Requires: gdk-pixbuf-@GTK_API_VERSION@ @GDK_PACKAGES@
-Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
-Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ -I${libdir}/gtk-@GTK_API_VERSION@/include @GDK_EXTRA_CFLAGS@
+Requires: @GDK_PACKAGES@
+Requires.private: @GDK_PRIVATE_PACKAGES@
+Libs: -L${libdir} -lgdk-3 @GDK_EXTRA_LIBS@
+Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GDK_EXTRA_CFLAGS@