summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-02-16 13:01:12 +0100
committerThomas Haller <thaller@redhat.com>2018-02-16 13:26:07 +0100
commit997cce7c90bf059f93fa9391bad591c56688e4ac (patch)
treebf3fb97e99c8eb6a60613b21fbeede413deae387 /introspection
parent5f1c1be4624fd5b167592f72b82beae1a9c38a3d (diff)
build: fix glib dependency to require at least 2.40
Diffstat (limited to 'introspection')
-rw-r--r--introspection/meson.build11
1 files changed, 0 insertions, 11 deletions
diff --git a/introspection/meson.build b/introspection/meson.build
index b3fdbecd1..b135a867d 100644
--- a/introspection/meson.build
+++ b/introspection/meson.build
@@ -74,17 +74,6 @@ install_data(
install_dir: dbus_ifaces_dir
)
-'''
-# gdbus-codegen 2.38 will emit code that requires glib 2.38, which
-# will then cause availability warnings if we define
-# GLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32.
-#
-# This is fixed in GLib 2.40 (it emits code that takes
-# GLIB_VERSION_MAX_ALLOWED into account), so this workaround can go
-# away when we depend on that.
-introspection_libnmdbus_la_CPPFLAGS = $(filter-out -DGLIB_VERSION_MAX_ALLOWED%,$(GLIB_CFLAGS))
-'''
-
libnmdbus = static_library(
'nmdbus',
sources: sources,