summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-02-19 11:20:43 +0200
committerJens Georg <mail@jensge.org>2012-03-26 17:33:39 +0200
commit389b03cfcc3017d0b80e6a9c2da0129527ba68f8 (patch)
tree57011613a0e47c1d202d2fba1e571564dcd738ed /autogen.sh
parentef825cf453f447c3c1bd57d5a42475ac89318404 (diff)
downloadrygel-389b03cfcc3017d0b80e6a9c2da0129527ba68f8.tar.gz
build: Re-enable strict vala compiler
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4b60dedf..c44511e0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,4 +14,5 @@ REQUIRED_LIBTOOL_VERSION=2.2.6 \
REQUIRED_INTLTOOL_VERSION=0.40.0 \
gnome-autogen.sh --enable-vala --enable-maintainer-mode --enable-debug \
--enable-tests --enable-test-plugin \
- --enable-mediathek-plugin --enable-gst-launch-plugin "$@"
+ --enable-mediathek-plugin --enable-gst-launch-plugin \
+ --enable-strict-valac "$@"