mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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.
This commit is contained in:
parent
a5555943ed
commit
f2b41e708d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user