forked from AuroraMiddleware/gtk
build: Remove more wrong kwargs
declare_dependency does not take a depends: kwarg and meson 0.42.0 started warning about that.
This commit is contained in:
parent
4fbe313cbc
commit
7685d157bc
@ -216,6 +216,5 @@ libgdk = static_library('gdk',
|
||||
# "public" libgtk_dep used by internal executables.
|
||||
libgdk_dep = declare_dependency(
|
||||
sources: ['gdk.h', gdkconfig, gdkenum_h],
|
||||
depends: gdk_sources,
|
||||
include_directories: [confinc, xinc, wlinc],
|
||||
dependencies: gdk_deps)
|
||||
|
@ -178,7 +178,6 @@ libgsk = static_library('gsk',
|
||||
# We don't have link_with: to internal static libs here on purpose, just
|
||||
# list the dependencies and generated headers and such, for use in the
|
||||
# "public" libgtk_dep used by internal executables.
|
||||
libgsk_dep = declare_dependency(depends: gsk_sources,
|
||||
include_directories: [ confinc, ],
|
||||
libgsk_dep = declare_dependency(include_directories: [ confinc, ],
|
||||
sources: [ gskenum_h, gskresources, ],
|
||||
dependencies: libgdk_dep)
|
||||
|
Loading…
Reference in New Issue
Block a user