summaryrefslogtreecommitdiff
path: root/gdk-3.0.pc.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-23 23:19:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-23 23:19:58 -0400
commit32925cd5799f71a6d3f3fbe98195c48b4b157fae (patch)
tree057a39698da70e515b7b2c23b53c3316b7ced3a9 /gdk-3.0.pc.in
parent604beadbcd8c28326f5f8fbffb28a19b04a7dba0 (diff)
downloadgtk+-32925cd5799f71a6d3f3fbe98195c48b4b157fae.tar.gz
Turn on GSEAL_ENABLE by default
We do this by adding -DGSEAL_ENABLE to the Cflags in the .pc files, so you can get out of it by adding -UGSEAL_ENABLE after the pkg-config generated flags.
Diffstat (limited to 'gdk-3.0.pc.in')
-rw-r--r--gdk-3.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-3.0.pc.in b/gdk-3.0.pc.in
index ca12b2eef2..d2eae286af 100644
--- a/gdk-3.0.pc.in
+++ b/gdk-3.0.pc.in
@@ -9,4 +9,4 @@ Description: GTK+ Drawing Kit (${target} target)
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@
+Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ -I${libdir}/gtk-@GTK_API_VERSION@/include @GDK_EXTRA_CFLAGS@ -DGSEAL_ENABLE