summaryrefslogtreecommitdiff
path: root/jhbuildrc
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <etrunko@redhat.com>2019-02-04 11:28:25 -0200
committerEduardo Lima (Etrunko) <etrunko@redhat.com>2019-02-04 11:29:17 -0200
commit150deaf850cbe7f147a7cf4a904cafc2b00d7868 (patch)
tree210a7abdfb2b81890752423e9ff4d227bef66f5f /jhbuildrc
parent7d5035515df91d60d9c45e7776c41ce8daa9df10 (diff)
Build spice modules with meson
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
Diffstat (limited to 'jhbuildrc')
-rw-r--r--jhbuildrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/jhbuildrc b/jhbuildrc
index 8b15ef6..1fb1c0e 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -11,6 +11,8 @@
moduleset = os.path.join(os.environ['HOME'], 'spice', 'spice-jhbuild', 'modulesets', 'spice.xml')
+mesonargs = '--buildtype=debugoptimized'
+
modules = [ 'spice-gtk', 'qemu' ]
# All module sources will be in $HOME/spice/ after the checkout