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 /gtk+-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 'gtk+-3.0.pc.in')
-rw-r--r-- | gtk+-3.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk+-3.0.pc.in b/gtk+-3.0.pc.in index c159af1260..ccb8c7e107 100644 --- a/gtk+-3.0.pc.in +++ b/gtk+-3.0.pc.in @@ -12,4 +12,4 @@ Description: GTK+ Graphical UI Library (${target} target) Version: @VERSION@ Requires: gdk-${target}-@GTK_API_VERSION@ @GTK_PACKAGES@ Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@ -Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GTK_EXTRA_CFLAGS@ +Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GTK_EXTRA_CFLAGS@ -DGSEAL_ENABLE |