mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 1/4] weston: bump version 5.0.0 -> 6.0.0
Date: Fri, 29 Mar 2019 10:50:15 +0100	[thread overview]
Message-ID: <20190329095018.2823-1-p.zabel@pengutronix.de> (raw)

- switch build system to Meson
- weston-screenshooter is now installed in /usr/bin
- build and install debug tool

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

---
Changes since v1:
- select HOST_MESON
- hook up missing IVI shell options
- select PANGO if IVI shell example is enabled
- mirror libdrm options locally
- limit libdrm_intel use to ARCH_X86
- sort Meson options to please scripts/configure_helper.py
- fix WESTON_WCAP_TOOLS typo
---
 rules/weston.in   | 14 ++++++++
 rules/weston.make | 92 ++++++++++++++++++++++++-----------------------
 2 files changed, 61 insertions(+), 45 deletions(-)

diff --git a/rules/weston.in b/rules/weston.in
index 36ab6257b47f..27e360b69553 100644
--- a/rules/weston.in
+++ b/rules/weston.in
@@ -2,6 +2,7 @@
 
 menuconfig WESTON
 	tristate
+	select HOST_MESON
 	select LIBC_UTIL
 	select PIXMAN
 	select WAYLAND
@@ -30,6 +31,7 @@ menuconfig WESTON
 	select SYSTEMD			if WESTON_SYSTEMD
 	select SYSTEMD_LOGIND		if WESTON_SYSTEMD_LOGIND
 	select DBUS			if WESTON_SYSTEMD_LOGIND
+	select PANGO			if WESTON_IVISHELL_EXAMPLE
 	prompt "weston                        "
 	help
 	  Wayland compositor reference implementation
@@ -101,4 +103,16 @@ config WESTON_IVISHELL_EXAMPLE
 	  application, a few demo clients and the weston.ini configuration for
 	  the IVI-Shell.
 
+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
+
 endif
diff --git a/rules/weston.make b/rules/weston.make
index fa0577d92650..2bc2605fb1d2 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -17,9 +17,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston
 #
 # Paths and names
 #
-WESTON_VERSION	:= 5.0.0
-LIBWESTON_MAJOR := 5
-WESTON_MD5	:= 752a04ce3c65af4884cfac4e57231bdb
+WESTON_VERSION	:= 6.0.0
+LIBWESTON_MAJOR := 6
+WESTON_MD5	:= 7c634e262f8a464a076c97fd50ad36b3
 WESTON		:= weston-$(WESTON_VERSION)
 WESTON_SUFFIX	:= tar.xz
 WESTON_URL	:= http://wayland.freedesktop.org/releases/$(WESTON).$(WESTON_SUFFIX)
@@ -31,48 +31,49 @@ WESTON_LICENSE	:= MIT
 # Prepare
 # ----------------------------------------------------------------------------
 
-#
-# autoconf
-#
-WESTON_CONF_TOOL	:= autoconf
+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
+
+WESTON_CONF_TOOL	:= meson
 WESTON_CONF_OPT		:= \
-	$(CROSS_AUTOCONF_USR) \
-	$(GLOBAL_LARGE_FILE_OPTION) \
-	--disable-static \
-	--enable-shared \
-	--disable-devdocs \
-	--$(call ptx/endis, PTXCONF_WESTON_GL)-egl \
-	--disable-setuid-install \
-	--$(call ptx/endis, PTXCONF_WESTON_XWAYLAND)-xwayland \
-	--disable-xwayland-test \
-	--disable-x11-compositor \
-	--$(call ptx/endis, PTXCONF_WESTON_DRM_COMPOSITOR)-drm-compositor \
-	--$(call ptx/endis, PTXCONF_WESTON_GL)-wayland-compositor \
-	--$(call ptx/endis, PTXCONF_WESTON_HEADLESS_COMPOSITOR)-headless-compositor \
-	--$(call ptx/endis, PTXCONF_WESTON_FBDEV_COMPOSITOR)-fbdev-compositor \
-	--disable-rdp-compositor \
-	--disable-screen-sharing \
-	--disable-vaapi-recorder \
-	--enable-simple-clients \
-	--$(call ptx/endis, PTXCONF_WESTON_GL)-simple-egl-clients \
-	--disable-simple-dmabuf-drm-client \
-	--disable-simple-dmabuf-v4l-client \
-	--enable-clients \
-	--enable-resize-optimization \
-	--$(call ptx/endis, PTXCONF_WESTON_LAUNCH)-weston-launch \
-	--enable-fullscreen-shell \
-	--disable-colord \
-	--$(call ptx/endis, PTXCONF_WESTON_SYSTEMD_LOGIND)-dbus \
-	--$(call ptx/endis, PTXCONF_WESTON_SYSTEMD_LOGIND)-systemd-login \
-	--disable-junit-xml \
-	--$(call ptx/endis, PTXCONF_WESTON_IVISHELL)-ivi-shell \
-	--$(call ptx/endis, PTXCONF_WESTON_WCAP_TOOLS)-wcap-tools \
-	--$(call ptx/endis, PTXCONF_WESTON_IVISHELL_EXAMPLE)-demo-clients-install \
-	--disable-lcms \
-	--$(call ptx/endis, PTXCONF_WESTON_SYSTEMD)-systemd-notify \
-	--with-cairo=$(call ptx/ifdef, PTXCONF_WESTON_GL,glesv2,image) \
-	--with-jpeg \
-	--without-webp
+	$(CROSS_MESON_USR) \
+	-Dbackend-default=drm \
+	-Dbackend-drm=$(call ptx/truefalse,PTXCONF_WESTON_DRM_COMPOSITOR) \
+	-Dbackend-drm-screencast-vaapi=false \
+	-Dbackend-fbdev=$(call ptx/truefalse,PTXCONF_WESTON_FBDEV_COMPOSITOR) \
+	-Dbackend-headless=$(call ptx/truefalse,PTXCONF_WESTON_HEADLESS_COMPOSITOR) \
+	-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) \
+	-Ddesktop-shell-client-default=weston-desktop-shell \
+	-Dimage-jpeg=true \
+	-Dimage-webp=false \
+	-Dlauncher-logind=$(call ptx/truefalse,PTXCONF_SYSTEMD_LOGIND) \
+	-Dremoting=false \
+	-Drenderer-gl=$(call ptx/truefalse,PTXCONF_WESTON_GL) \
+	-Dresize-pool=true \
+	-Dscreenshare=false \
+	-Dshell-desktop=true \
+	-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 \
+	-Dwcap-decode=$(call ptx/truefalse,PTXCONF_WESTON_WCAP_TOOLS) \
+	-Dweston-launch=$(call ptx/truefalse,PTXCONF_WESTON_LAUNCH) \
+	-Dxwayland=$(call ptx/truefalse,PTXCONF_WESTON_XWAYLAND) \
+	-Dxwayland-path=/usr/bin/Xwayland
 
 # ----------------------------------------------------------------------------
 # Install
@@ -113,9 +114,11 @@ $(STATEDIR)/weston.targetinstall:
 
 	@$(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)
 ifdef PTXCONF_WESTON_LAUNCH
 	@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-launch)
 endif
+	@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-screenshooter)
 	@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-terminal)
 
 ifdef PTXCONF_WESTON_WCAP_TOOLS
@@ -150,7 +153,6 @@ ifdef PTXCONF_WESTON_SYSTEMD
 endif
 
 	@$(call install_copy, weston, 0, 0, 0755, -, /usr/libexec/weston-simple-im)
-	@$(call install_copy, weston, 0, 0, 0755, -, /usr/libexec/weston-screenshooter)
 	@$(call install_copy, weston, 0, 0, 0755, -, /usr/libexec/weston-desktop-shell)
 	@$(call install_copy, weston, 0, 0, 0755, -, /usr/libexec/weston-keyboard)
 
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2019-03-29  9:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-29  9:50 Philipp Zabel [this message]
2019-03-29  9:50 ` [ptxdist] [PATCH v2 2/4] weston: optionally build and install remoting plugin Philipp Zabel
2019-03-29  9:50 ` [ptxdist] [PATCH v2 3/4] weston: optionally install simple clients Philipp Zabel
2019-03-29  9:50 ` [ptxdist] [PATCH v2 4/4] weston: optionally install touch calibrator Philipp Zabel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190329095018.2823-1-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox