|
@@ -224,6 +224,11 @@ XSERVER_XORG_SERVER_CONF_OPTS += --with-sha1=libsha1
|
|
|
XSERVER_XORG_SERVER_DEPENDENCIES += libsha1
|
|
|
endif
|
|
|
|
|
|
+define XSERVER_XORG_SERVER_INSTALL_INIT_SYSTEMD
|
|
|
+ $(INSTALL) -D -m 0644 package/x11r7/xserver_xorg-server/xorg.service \
|
|
|
+ $(TARGET_DIR)/usr/lib/systemd/system/xorg.service
|
|
|
+endef
|
|
|
+
|
|
|
define XSERVER_XORG_SERVER_INSTALL_INIT_SYSV
|
|
|
$(INSTALL) -D -m 755 package/x11r7/xserver_xorg-server/S40xorg \
|
|
|
$(TARGET_DIR)/etc/init.d/S40xorg
|