summaryrefslogtreecommitdiff
path: root/gtk4.pc.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-02-04 11:56:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-02-04 11:58:09 -0500
commitd080be3e5091c98d5171063a95d55c01170881f3 (patch)
tree72b2621ee1a2ea201c4c70f568ff869cc5520037 /gtk4.pc.in
parent25e199e7b789894f020ec740ff4a9419207f6a61 (diff)
downloadgtk+-d080be3e5091c98d5171063a95d55c01170881f3.tar.gz
Rename some references to GTK+
We are dropping the plus.
Diffstat (limited to 'gtk4.pc.in')
-rw-r--r--gtk4.pc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/gtk4.pc.in b/gtk4.pc.in
new file mode 100644
index 0000000000..e721361170
--- /dev/null
+++ b/gtk4.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_PACKAGES@ @GSK_PACKAGES@ @GTK_PACKAGES@
+Requires.private: @GDK_PRIVATE_PACKAGES@ @GSK_PRIVATE_PACKAGES@ @GTK_PRIVATE_PACKAGES@
+Libs: -L${libdir} -lgtk-4 @GDK_EXTRA_LIBS@ @GSK_EXTRA_LIBS@ @GTK_EXTRA_LIBS@
+Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GDK_EXTRA_CFLAGS@ @GSK_EXTRA_CFLAGS@ @GTK_EXTRA_CFLAGS@