[gnome-boxes] build: Install QEMU source & disk.img with Meson



commit a11867ad368e9d30c7fdd63e11571ab1faa6a9ca
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Oct 11 14:05:24 2017 +0200

    build: Install QEMU source & disk.img with Meson
    
    Fallout from 11a6ba04b8faeb316d2fa0fd5d1a23e3eb25e603
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783234

 data/meson.build |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 3ce2b64..f3ffdee 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -50,4 +50,7 @@ configure_file (
   install_dir: join_paths(data_dir, 'glib-2.0', 'schemas'),
 )
 
+install_data ('QEMU_Session', install_dir : join_paths (data_dir, 'gnome-boxes/sources'))
+install_data ('disk.img', install_dir : join_paths (data_dir, 'gnome-boxes/unattended'))
+
 subdir ('osinfo')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]