summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-27 21:56:12 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-28 12:27:07 -0500
commitac0f524722ebbd8279c5889874cd0a77b220d9c2 (patch)
treec16bcf14d6577276372c8925ec567ce3997253e6 /meson.build
parent9e539a7f590dde4b262fc234f1a8bc5dbfa22fc3 (diff)
downloadgtk+-ac0f524722ebbd8279c5889874cd0a77b220d9c2.tar.gz
build: Redo the tools build
Move the tools directory to be toplevel, and instead of recompiling sources twice, link them with the our new static libgtk.a.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d899561a33..3c24e16835 100644
--- a/meson.build
+++ b/meson.build
@@ -689,6 +689,7 @@ subdir('gtk/css')
subdir('gdk')
subdir('gsk')
subdir('gtk')
+subdir('tools')
subdir('modules')
if get_option('demos')
subdir('demos')