mirror of https://gitee.com/openkylin/qemu.git
meson: install desktop file
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20200826130622.553318-5-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a4d88926c6
commit
c04c071f40
3
Makefile
3
Makefile
|
@ -243,9 +243,6 @@ endif
|
|||
# Needed by "meson install"
|
||||
export DESTDIR
|
||||
install: all install-datadir install-localstatedir
|
||||
mkdir -p "$(DESTDIR)$(qemu_desktopdir)"
|
||||
$(INSTALL_DATA) $(SRC_PATH)/ui/qemu.desktop \
|
||||
"$(DESTDIR)$(qemu_desktopdir)/qemu.desktop"
|
||||
$(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps"
|
||||
|
||||
ifdef CONFIG_WIN32
|
||||
|
|
|
@ -114,4 +114,6 @@ endif
|
|||
subdir('shader')
|
||||
subdir('icons')
|
||||
|
||||
install_data('qemu.desktop', install_dir: config_host['qemu_desktopdir'])
|
||||
|
||||
modules += {'ui': ui_modules}
|
||||
|
|
Loading…
Reference in New Issue