diff options
author | Timm Bäder <mail@baedert.org> | 2017-08-15 14:55:17 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-08-15 14:56:13 +0200 |
commit | 7685d157bc25d5f4a68b84a2b81ca5aa8cd1e461 (patch) | |
tree | f75371004cda70baf4dbb7fc5660a342e75a6b38 /gdk/meson.build | |
parent | 4fbe313cbcea76663b2b1cf4bfb4d8f9a5d47f78 (diff) | |
download | gtk+-7685d157bc25d5f4a68b84a2b81ca5aa8cd1e461.tar.gz |
build: Remove more wrong kwargs
declare_dependency does not take a depends: kwarg and meson 0.42.0
started warning about that.
Diffstat (limited to 'gdk/meson.build')
-rw-r--r-- | gdk/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/meson.build b/gdk/meson.build index 0988dbf2fc..f9afe7208c 100644 --- a/gdk/meson.build +++ b/gdk/meson.build @@ -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) |