summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2017-07-22 15:15:45 +0200
committerFlorian Müllner <fmuellner@gnome.org>2017-07-22 15:15:45 +0200
commit3093bdb0777db1b1431bede19373ae5eac98accd (patch)
treebc45a1837d4937e5274c917d9bca5b2df7aed2c9
parent3f71aac04ba98c4fef815c3a23b00a9eec02ca4d (diff)
downloadlibgnome-volume-control-3093bdb0777db1b1431bede19373ae5eac98accd.tar.gz
build: Don't include c_args in dependency
The defines are only relevant for compiling libgvc itself, not for any consumers of the library. In fact, setting G_LOG_DOMAIN is likely to conflict with the log domain defined by the including project ...
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 238f608..82863b3 100644
--- a/meson.build
+++ b/meson.build
@@ -142,6 +142,5 @@ libgvc_dep = declare_dependency(
link_with: libgvc,
include_directories: libgvc_inc,
dependencies: libgvc_deps,
- compile_args: c_args,
sources: libgvc_gir_sources + libgvc_no_gir_sources
)