[Buildroot] [git commit branch/2021.08.x] package/weston: remove launcher-libseat meson option

Peter Korsgaard peter at korsgaard.com
Mon Nov 8 16:06:29 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=8c549af8a81c05c191e2d5dd266178412556f897
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x

This option only exists in main and is not in a release.

Fixes:
output/build/weston-9.0.0/meson.build:1:0: ERROR: Unknown options: "launcher-libseat"

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 0f1bce7b73204a7abb85aa629e8704e08cbd0ce9)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/weston/weston.mk | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index 69ee11d23c..6dd5439291 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -26,13 +26,6 @@ else
 WESTON_CONF_OPTS += -Dsimple-clients=
 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)
 WESTON_CONF_OPTS += -Dlauncher-logind=true
 WESTON_DEPENDENCIES += dbus systemd


More information about the buildroot mailing list