mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-20 21:11:22 +01:00
Revert "[Headless] Only install gui/weston systemd service files if mycroft-gui is selected."
This reverts commit ad54e9e207
.
This commit is contained in:
parent
ad54e9e207
commit
e91426ca9a
@ -23,8 +23,6 @@ define MYCROFT_SERVICE_INSTALL_TARGET_CMDS
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/mycroft-enclosure.service
|
||||
$(INSTALL) -D -m 644 $(@D)/mycroft-skills.service \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/mycroft-skills.service
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MYCROFT_GUI),y)
|
||||
$(INSTALL) -D -m 644 $(@D)/mycroft-gui.service \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/mycroft-gui.service
|
||||
$(INSTALL) -D -m 644 $(@D)/weston.service \
|
||||
@ -33,7 +31,6 @@ ifeq ($(BR2_PACKAGE_MYCROFT_GUI),y)
|
||||
mkdir -p $(TARGET_DIR)/etc/xdg/weston
|
||||
$(INSTALL) -D -m 644 $(@D)/weston.ini \
|
||||
$(TARGET_DIR)/etc/xdg/weston/weston.ini
|
||||
endif
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
Loading…
Reference in New Issue
Block a user