diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-23 23:19:58 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-23 23:19:58 -0400 |
commit | 32925cd5799f71a6d3f3fbe98195c48b4b157fae (patch) | |
tree | 057a39698da70e515b7b2c23b53c3316b7ced3a9 /gdk-3.0.pc.in | |
parent | 604beadbcd8c28326f5f8fbffb28a19b04a7dba0 (diff) | |
download | gtk+-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.in | 2 |
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 |