summaryrefslogtreecommitdiff
path: root/gtk+-4.0.pc.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-10-05 15:28:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-10-07 10:34:50 -0400
commit4cce6104a49be7186b5b2c822f8cd27d565e8eb0 (patch)
tree375e02268b153ef55bd9473b6557796f4a662645 /gtk+-4.0.pc.in
parenteeffde368f2e563c998971df590e69dda2c19c33 (diff)
downloadgtk+-4cce6104a49be7186b5b2c822f8cd27d565e8eb0.tar.gz
Rename pc files from 3.0 to 4.0
Diffstat (limited to 'gtk+-4.0.pc.in')
-rw-r--r--gtk+-4.0.pc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/gtk+-4.0.pc.in b/gtk+-4.0.pc.in
new file mode 100644
index 0000000000..cc5b53c7ef
--- /dev/null
+++ b/gtk+-4.0.pc.in
@@ -0,0 +1,16 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+targets=@GDK_BACKENDS@
+
+gtk_binary_version=@GTK_BINARY_VERSION@
+gtk_host=@host@
+
+Name: GTK+
+Description: GTK+ Graphical UI Library
+Version: @VERSION@
+Requires: gdk-@GTK_API_VERSION@ @GTK_PACKAGES@
+Requires.private: @GTK_PRIVATE_PACKAGES@
+Libs: -L${libdir} -lgtk-4 @GTK_EXTRA_LIBS@
+Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GTK_EXTRA_CFLAGS@