From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 23 Sep 2022 09:49:36 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1obdRI-00ClPX-Rd for lore@lore.pengutronix.de; Fri, 23 Sep 2022 09:49:36 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1obdRI-0003by-2r; Fri, 23 Sep 2022 09:49:36 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1obdQs-0003RN-NO; Fri, 23 Sep 2022 09:49:10 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1obdQt-002PyW-G9; Fri, 23 Sep 2022 09:49:10 +0200 Received: from mtr by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1obdQq-00919W-PM; Fri, 23 Sep 2022 09:49:08 +0200 From: Michael Tretter To: ptxdist@pengutronix.de Date: Fri, 23 Sep 2022 09:49:08 +0200 Message-Id: <20220923074908.2149330-3-m.tretter@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220923074908.2149330-1-m.tretter@pengutronix.de> References: <20220923074908.2149330-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 3/3] weston: version bump 10.0.2 -> 11.0.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: mtr@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Bump Weston to version 11.0.0 The fbdev backend and the wl_shell support have been removed. Remove the config items, too. weston-info has been replaced by wayland-info. Enable WAYLAND_UTILS to get wayland-info. libweston-desktop has been merged into libweston. Signed-off-by: Michael Tretter --- rules/weston.in | 14 -------------- rules/weston.make | 15 +++++---------- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/rules/weston.in b/rules/weston.in index 6fe570e0a4b2..a698a7491509 100644 --- a/rules/weston.in +++ b/rules/weston.in @@ -59,20 +59,6 @@ config WESTON_HEADLESS_COMPOSITOR bool prompt "headless compositor" -config WESTON_FBDEV_COMPOSITOR - bool - prompt "fbdev compositor" - -config WESTON_DEPRECATED_WL_SHELL - bool - prompt "enable the deprecated wl-shell protocol" - help - Allow clients to use the deprecated wl-shell protocol. - - The wl-shell is deprecated. If you have to enable this option, - consider migrating your clients to the xdg-shell protocol and - disabling this option. - config WESTON_STARTSCRIPT bool default y diff --git a/rules/weston.make b/rules/weston.make index adb24b0c739b..cbfbe624c03c 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston # # Paths and names # -WESTON_VERSION := 10.0.2 -LIBWESTON_MAJOR := 10 -WESTON_MD5 := 8d46c0c0dd5c2ddfdced0a79ea7b6155 +WESTON_VERSION := 11.0.0 +LIBWESTON_MAJOR := 11 +WESTON_MD5 := ce50a4b11e5bb6d4a3a517ab34e86aa5 WESTON := weston-$(WESTON_VERSION) WESTON_SUFFIX := tar.xz WESTON_URL := https://gitlab.freedesktop.org/wayland/weston/-/releases/$(WESTON_VERSION)/downloads/$(WESTON).$(WESTON_SUFFIX) @@ -43,12 +43,10 @@ WESTON_CONF_OPT := \ -Dbackend-rdp=false \ -Dbackend-wayland=$(call ptx/truefalse,PTXCONF_WESTON_GL) \ -Dbackend-x11=false \ - -Dcolor-management-colord=false \ -Dcolor-management-lcms=false \ -Ddemo-clients=$(call ptx/truefalse,PTXCONF_WESTON_IVISHELL_EXAMPLE) \ - -Ddeprecated-backend-fbdev=$(call ptx/truefalse,PTXCONF_WESTON_FBDEV_COMPOSITOR) \ - -Ddeprecated-weston-launch=false \ - -Ddeprecated-wl-shell=$(call ptx/truefalse,PTXCONF_WESTON_DEPRECATED_WL_SHELL) \ + -Ddeprecated-color-management-colord=false \ + -Ddeprecated-color-management-static=false \ -Ddesktop-shell-client-default=weston-desktop-shell \ -Ddoc=false \ -Dimage-jpeg=true \ @@ -66,7 +64,6 @@ WESTON_CONF_OPT := \ -Dshell-kiosk=$(call ptx/truefalse,PTXCONF_WESTON_SHELL_KIOSK) \ -Dsimple-clients=$(subst $(space),$(comma),$(WESTON_SIMPLE_CLIENTS-y)) \ -Dsystemd=$(call ptx/truefalse,PTXCONF_WESTON_SYSTEMD) \ - -Dtest-gl-renderer=false \ -Dtest-junit-xml=false \ -Dtest-skip-is-failure=false \ -Dtools=calibrator,debug,info,terminal,touch-calibrator \ @@ -106,7 +103,6 @@ $(STATEDIR)/weston.targetinstall: @$(call install_fixup, weston,DESCRIPTION,"wayland reference compositor implementation") @$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston) - @$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-info) @$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-debug) @$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-screenshooter) ifdef PTXCONF_WESTON_SIMPLE_CLIENTS @@ -129,7 +125,6 @@ ifdef PTXCONF_WESTON_WCAP_TOOLS endif @$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)) - @$(call install_lib, weston, 0, 0, 0644, libweston-desktop-$(LIBWESTON_MAJOR)) ifdef PTXCONF_WESTON_XWAYLAND @$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/xwayland) endif -- 2.30.2