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