diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-29 23:24:31 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-29 23:24:31 +0200 |
commit | 72e3d4c55a6569d966059f762824c38d06055871 (patch) | |
tree | cc0013086494a7c97140ffdb4a0513a5f5aac245 /common.am | |
parent | b076314018e4b53d745823754a26eb6fb73a2801 (diff) |
New upstream version 0.25.0upstream/0.25.0
Diffstat (limited to 'common.am')
-rw-r--r-- | common.am | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ # --enable-checking needs to come first to not trigger # https://debbugs.gnu.org/cgi/bugreport.cgi?bug=18734 COMMON_VALAFLAGS = \ - --enable-checking --target-glib=2.32 --thread --fatal-warnings \ + --enable-checking --target-glib=2.40 --thread --fatal-warnings \ --enable-experimental --enable-deprecated COMMON_CFLAGS = \ -I$(top_srcdir)/vapi \ -D_PREFIX='"$(prefix)"' \ + -Wno-incompatible-pointer-types -Wno-discarded-qualifiers \ -D_VERSION='"$(VERSION)"' \ -DGETTEXT_PACKAGE='"$(GETTEXT_PACKAGE)"' \ -D_LANG_SUPPORT_DIR='"$(prefix)/share/locale"' \ |