diff options
author | Eduardo Lima (Etrunko) <etrunko@redhat.com> | 2019-02-04 11:28:25 -0200 |
---|---|---|
committer | Eduardo Lima (Etrunko) <etrunko@redhat.com> | 2019-02-04 11:29:17 -0200 |
commit | 150deaf850cbe7f147a7cf4a904cafc2b00d7868 (patch) | |
tree | 210a7abdfb2b81890752423e9ff4d227bef66f5f /jhbuildrc | |
parent | 7d5035515df91d60d9c45e7776c41ce8daa9df10 (diff) |
Build spice modules with meson
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
Diffstat (limited to 'jhbuildrc')
-rw-r--r-- | jhbuildrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |