From: Jens Georg Date: Sun, 29 Jan 2012 15:25:16 +0000 (+0100) Subject: build: Drop --strict-valac due to glib deprecation X-Git-Tag: RYGEL_0_13_1~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef8335ab923e55e0f92f537c803f29648427bd11;p=profile%2Fivi%2Frygel.git build: Drop --strict-valac due to glib deprecation --- diff --git a/autogen.sh b/autogen.sh index cb8c8c5..4b60ded 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,5 +13,5 @@ REQUIRED_AUTOCONF_VERSION=2.64 \ REQUIRED_LIBTOOL_VERSION=2.2.6 \ REQUIRED_INTLTOOL_VERSION=0.40.0 \ gnome-autogen.sh --enable-vala --enable-maintainer-mode --enable-debug \ - --enable-strict-valac --enable-tests --enable-test-plugin \ + --enable-tests --enable-test-plugin \ --enable-mediathek-plugin --enable-gst-launch-plugin "$@"