[libgnome-volume-control] build: Don't include sources either ...



commit 5b977277883b67fd8a34128dbf057ffc9d9cd148
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Jul 28 18:36:11 2017 +0100

    build: Don't include sources either ...
    
    The dependency already specifies the library to link with, no need
    to also list the sources used to compile said library.

 meson.build |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 82863b3..d719398 100644
--- a/meson.build
+++ b/meson.build
@@ -141,6 +141,5 @@ endif
 libgvc_dep = declare_dependency(
   link_with: libgvc,
   include_directories: libgvc_inc,
-  dependencies: libgvc_deps,
-  sources: libgvc_gir_sources + libgvc_no_gir_sources
+  dependencies: libgvc_deps
 )


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