summaryrefslogtreecommitdiff
path: root/gdk/meson.build
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-08-15 14:55:17 +0200
committerTimm Bäder <mail@baedert.org>2017-08-15 14:56:13 +0200
commit7685d157bc25d5f4a68b84a2b81ca5aa8cd1e461 (patch)
treef75371004cda70baf4dbb7fc5660a342e75a6b38 /gdk/meson.build
parent4fbe313cbcea76663b2b1cf4bfb4d8f9a5d47f78 (diff)
downloadgtk+-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.build1
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)