summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2017-07-28 18:36:11 +0100
committerFlorian Müllner <fmuellner@gnome.org>2017-08-10 19:23:23 +0200
commit5b977277883b67fd8a34128dbf057ffc9d9cd148 (patch)
tree7af2b60ba5860b1d5bf6f44fe356d78f82f1f765
parent3093bdb0777db1b1431bede19373ae5eac98accd (diff)
downloadlibgnome-volume-control-5b977277883b67fd8a34128dbf057ffc9d9cd148.tar.gz
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.
-rw-r--r--meson.build3
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
)