mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2024-11-21 16:30:41 -05:00
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.
This commit is contained in:
parent
3093bdb077
commit
5b97727788
@ -141,6 +141,5 @@ endif
|
|||||||
libgvc_dep = declare_dependency(
|
libgvc_dep = declare_dependency(
|
||||||
link_with: libgvc,
|
link_with: libgvc,
|
||||||
include_directories: libgvc_inc,
|
include_directories: libgvc_inc,
|
||||||
dependencies: libgvc_deps,
|
dependencies: libgvc_deps
|
||||||
sources: libgvc_gir_sources + libgvc_no_gir_sources
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user