Rebrand mycroft-gui to OpenVoiceOS.

This commit is contained in:
j1nx 2021-01-05 15:01:48 +01:00
parent dafa8154cc
commit 2c6f69505a
2 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -12,4 +12,11 @@ MYCROFT_GUI_INSTALL_STAGING = YES
MYCROFT_GUI_DEPENDENCIES = host-pkgconf
MYCROFT_GUI_SUPPORTS_IN_SOURCE_BUILD = NO
define MYCROFT_GUI_CHANGE_IMAGE
cp $(BR2_EXTERNAL_OPENVOICEOS_PATH)/package/mycroft-gui/background.png \
$(@D)/application/
endef
MYCROFT_GUI_PRE_CONFIGURE_HOOKS += MYCROFT_GUI_CHANGE_IMAGE
$(eval $(cmake-package))