|
@@ -26,6 +26,13 @@ else
|
|
WESTON_CONF_OPTS += -Dsimple-clients=
|
|
WESTON_CONF_OPTS += -Dsimple-clients=
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_SEATD),y)
|
|
|
|
+WESTON_CONF_OPTS += -Dlauncher-libseat=true
|
|
|
|
+WESTON_DEPENDENCIES += seatd
|
|
|
|
+else
|
|
|
|
+WESTON_CONF_OPTS += -Dlauncher-libseat=false
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_SYSTEMD),yy)
|
|
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_SYSTEMD),yy)
|
|
WESTON_CONF_OPTS += -Dlauncher-logind=true
|
|
WESTON_CONF_OPTS += -Dlauncher-logind=true
|
|
WESTON_DEPENDENCIES += dbus systemd
|
|
WESTON_DEPENDENCIES += dbus systemd
|