[gtk/wip/otte/gleanup: 1/12] build: Build demos before tools
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/gleanup: 1/12] build: Build demos before tools
- Date: Mon, 7 Jun 2021 12:57:59 +0000 (UTC)
commit 159c8bd5ab9074eb1ca8d043213af428b2ede66c
Author: Benjamin Otte <otte redhat com>
Date: Mon Jun 7 14:56:25 2021 +0200
build: Build demos before tools
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 7534e7f8d9..5b279b820f 100644
--- a/meson.build
+++ b/meson.build
@@ -740,11 +740,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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]