[gnome-boxes/wip/rishi/rhel: 18/18] build: Install QEMU source & disk.img with Meson



commit 96b06a016b565ed28a3c3b20730d7d240f43cc01
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 |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 3ce2b64..3e3a036 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -50,4 +50,10 @@ configure_file (
   install_dir: join_paths(data_dir, 'glib-2.0', 'schemas'),
 )
 
+install_data ('QEMU_Session',
+              install_dir : join_paths (get_option ('datadir'), 'gnome-boxes/sources'))
+
+install_data ('disk.img',
+              install_dir : join_paths (get_option ('datadir'), 'gnome-boxes/unattended'))
+
 subdir ('osinfo')


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