From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ivzjE-00033u-QO for ptxdist@pengutronix.de; Mon, 27 Jan 2020 09:26:40 +0100 From: Philipp Zabel Date: Mon, 27 Jan 2020 09:26:40 +0100 Message-Id: <20200127082640.7936-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] weston: version bump 7.0.0 -> 8.0.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Philipp Zabel --- rules/weston.in | 12 ------------ rules/weston.make | 14 ++++---------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/rules/weston.in b/rules/weston.in index fe44f10813d7..a2b3775eec67 100644 --- a/rules/weston.in +++ b/rules/weston.in @@ -130,18 +130,6 @@ config WESTON_SIMPLE_CLIENTS help Install the weston-simple-* test clients. -config WESTON_SIMPLE_DMABUF_DRM_INTEL - bool - default LIBDRM_INTEL - -config WESTON_SIMPLE_DMABUF_DRM_FREEDRENO - bool - default LIBDRM_FREEDRENO - -config WESTON_SIMPLE_DMABUF_DRM_ETNAVIV - bool - default LIBDRM_ETNAVIV - config WESTON_TOUCH_CALIBRATOR bool prompt "touch calibrator" diff --git a/rules/weston.make b/rules/weston.make index eaabebe6186e..824c1f89da01 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston # # Paths and names # -WESTON_VERSION := 7.0.0 -LIBWESTON_MAJOR := 7 -WESTON_MD5 := cbfda483bc2501d0831af3f33c707850 +WESTON_VERSION := 8.0.0 +LIBWESTON_MAJOR := 8 +WESTON_MD5 := 53e4810d852df0601d01fd986a5b22b3 WESTON := weston-$(WESTON_VERSION) WESTON_SUFFIX := tar.xz WESTON_URL := http://wayland.freedesktop.org/releases/$(WESTON).$(WESTON_SUFFIX) @@ -29,12 +29,6 @@ WESTON_LICENSE := MIT # Prepare # ---------------------------------------------------------------------------- -ifdef PTXCONF_ARCH_X86 -WESTON_SIMPLE_DMABUF_DRM-$(PTXCONF_WESTON_SIMPLE_DMABUF_DRM_INTEL) += intel -endif -WESTON_SIMPLE_DMABUF_DRM-$(PTXCONF_WESTON_SIMPLE_DMABUF_DRM_FREEDRENO) += freedreno -WESTON_SIMPLE_DMABUF_DRM-$(PTXCONF_WESTON_SIMPLE_DMABUF_DRM_ETNAVIV) += etnaviv - WESTON_SIMPLE_CLIENTS-y := damage im shm touch WESTON_SIMPLE_CLIENTS-$(PTXCONF_WESTON_GL) += egl dmabuf-egl @@ -66,7 +60,6 @@ WESTON_CONF_OPT := \ -Dshell-fullscreen=true \ -Dshell-ivi=$(call ptx/truefalse,PTXCONF_WESTON_IVISHELL) \ -Dsimple-clients=$(subst $(space),$(comma),$(WESTON_SIMPLE_CLIENTS-y)) \ - -Dsimple-dmabuf-drm=$(subst $(space),$(comma),$(WESTON_SIMPLE_DMABUF_DRM-y)) \ -Dsystemd=$(call ptx/truefalse,PTXCONF_WESTON_SYSTEMD) \ -Dtest-junit-xml=false \ -Dtools=calibrator,debug,info,terminal,touch-calibrator \ @@ -170,6 +163,7 @@ endif ifdef PTXCONF_WESTON_SYSTEMD @$(call install_lib, weston, 0, 0, 0644, weston/systemd-notify) endif + @$(call install_lib, weston, 0, 0, 0644, weston/libexec_weston) ifdef PTXCONF_INITMETHOD_BBINIT ifdef PTXCONF_WESTON_STARTSCRIPT -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de