Revert "[Headless] Only install gui/weston systemd service files if mycroft-gui is selected."

This reverts commit ad54e9e207.
This commit is contained in:
j1nx 2020-12-21 19:56:49 +01:00
parent ad54e9e207
commit e91426ca9a
1 changed files with 0 additions and 3 deletions

View File

@ -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))