qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] meson: Only install icons and qemu.desktop if have_system


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] meson: Only install icons and qemu.desktop if have_system
Date: Fri, 16 Oct 2020 10:26:16 +0200


Le jeu. 15 oct. 2020 22:22, Bruce Rogers <brogers@suse.com> a écrit :
These files are not needed for a linux-user only install.

Signed-off-by: Bruce Rogers <brogers@suse.com>
---
 ui/meson.build | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/ui/meson.build b/ui/meson.build
index 78ad792ffb..fb36d305ca 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -113,8 +113,11 @@ if have_system or xkbcommon.found()
 endif

 subdir('shader')
-subdir('icons')

-install_data('qemu.desktop', install_dir: config_host['qemu_desktopdir'])
+if have_system

Some tools could have an icon, QSD later?

For now: 
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

+  subdir('icons')
+
+  install_data('qemu.desktop', install_dir: config_host['qemu_desktopdir'])
+endif

 modules += {'ui': ui_modules}
--
2.28.0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]