From 5ed774350aa1f1b0a7d6b8dbf3a39c5bbe4bdb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 21 Jul 2018 11:12:09 +0100 Subject: [PATCH] meson: examples: fix wrong keyword for gtk examples --- tests/examples/gl/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/gl/meson.build b/tests/examples/gl/meson.build index 5071211dc2..5bb627edad 100644 --- a/tests/examples/gl/meson.build +++ b/tests/examples/gl/meson.build @@ -2,6 +2,6 @@ #subdir('clutter') #subdir('cocoa') #subdir('generic') -subdir('gtk', is_found : gtk_dep) +subdir('gtk', if_found : gtk_dep) #subdir('qt') subdir('sdl')