[libgnome-volume-control] build: Don't include c_args in dependency



commit 3093bdb0777db1b1431bede19373ae5eac98accd
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Jul 22 15:15:45 2017 +0200

    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 ...

 meson.build |    1 -
 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
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]