summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-29 23:25:59 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-29 23:25:59 +0200
commit6944ad9f9346341ee0fd120ec3ed0b7b56406436 (patch)
treeae59422da384a9463c306e1983be5ac46ff97c7d /common.am
parent803e11e1c311a7ba4923d8d438eafa7ff62b463d (diff)
parent72e3d4c55a6569d966059f762824c38d06055871 (diff)
Merge tag 'upstream/0.25.0'
Upstream version 0.25.0
Diffstat (limited to 'common.am')
-rw-r--r--common.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.am b/common.am
index 6129cf1..20a66c6 100644
--- a/common.am
+++ b/common.am
@@ -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"' \