projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a555594
)
build: Build demos before tools
author
Benjamin Otte
<otte@redhat.com>
Mon, 7 Jun 2021 12:56:25 +0000
(14:56 +0200)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 8cabfefe7d68709b22f36d20f233327c6ecce740..49018b2e0213a07ec543dbf7234f9035fee910b3 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-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')