build: Build demos before tools
authorBenjamin Otte <otte@redhat.com>
Mon, 7 Jun 2021 12:56:25 +0000 (14:56 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 22 Jul 2021 14:06:05 +0000 (16:06 +0200)
That's a sneaky trick so my edit/compile/test cycle goes faster:
I usually use demos for testing so the tools don't have to be linked for
me to start testing.

meson.build

index 8cabfefe7d68709b22f36d20f233327c6ecce740..49018b2e0213a07ec543dbf7234f9035fee910b3 100644 (file)
@@ -733,11 +733,11 @@ subdir('gtk/css')
 subdir('gdk')
 subdir('gsk')
 subdir('gtk')
-subdir('tools')
 subdir('modules')
 if get_option('demos')
   subdir('demos')
 endif
+subdir('tools')
 if get_option('build-tests')
   subdir('tests')
   subdir('testsuite')