|
@@ -35,6 +35,13 @@ else
|
|
WESTON_CONF_OPTS += -Dlauncher-logind=false
|
|
WESTON_CONF_OPTS += -Dlauncher-logind=false
|
|
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_JPEG),y)
|
|
ifeq ($(BR2_PACKAGE_JPEG),y)
|
|
WESTON_CONF_OPTS += -Dimage-jpeg=true
|
|
WESTON_CONF_OPTS += -Dimage-jpeg=true
|
|
WESTON_DEPENDENCIES += jpeg
|
|
WESTON_DEPENDENCIES += jpeg
|