diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-07 18:01:35 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-07 18:04:24 +0800 |
commit | 0c54e7a181b440ef53509aa84c92e586c3d04499 (patch) | |
tree | 8ea9a242515ae84644db14a6c01c12e356b1eb2e | |
parent | 9910d4e79c06173c87c44c2a58ababa4e8334412 (diff) | |
download | gsoc2013-empathy-0c54e7a181b440ef53509aa84c92e586c3d04499.tar gsoc2013-empathy-0c54e7a181b440ef53509aa84c92e586c3d04499.tar.gz gsoc2013-empathy-0c54e7a181b440ef53509aa84c92e586c3d04499.tar.bz2 gsoc2013-empathy-0c54e7a181b440ef53509aa84c92e586c3d04499.tar.lz gsoc2013-empathy-0c54e7a181b440ef53509aa84c92e586c3d04499.tar.xz gsoc2013-empathy-0c54e7a181b440ef53509aa84c92e586c3d04499.tar.zst gsoc2013-empathy-0c54e7a181b440ef53509aa84c92e586c3d04499.zip |
Build with TP_SEAL_ENABLE
https://bugzilla.gnome.org/show_bug.cgi?id=677545
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7c2b7b800..70d365708 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,7 @@ CLUTTER_GST_REQUIRED=1.5.2 TELEPATHY_GLIB_REQUIRED=0.19.1 AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_20, [Ignore post 0.20 deprecations]) AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs]) +AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables]) GSTREAMER_REQUIRED=0.10.32 KEYRING_REQUIRED=2.26.0 |