summaryrefslogtreecommitdiffstats
path: root/rules/weston.make
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2019-09-02 13:31:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 20:30:30 +0200
commita42b02003af6e32af2fdde6eea7f6de3544f46a7 (patch)
treef8a25292d226b24948df35ae349efcbc54c08817 /rules/weston.make
parent12b513af49294f3e08e550c2d1a5f8c3f772c8f0 (diff)
downloadptxdist-a42b02003af6e32af2fdde6eea7f6de3544f46a7.tar.gz
ptxdist-a42b02003af6e32af2fdde6eea7f6de3544f46a7.tar.xz
weston: version bump 6.0.1 -> 7.0.0
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/weston.make')
-rw-r--r--rules/weston.make11
1 files changed, 8 insertions, 3 deletions
diff --git a/rules/weston.make b/rules/weston.make
index 1dd13bfb3..4c38fd2d1 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston
#
# Paths and names
#
-WESTON_VERSION := 6.0.1
-LIBWESTON_MAJOR := 6
-WESTON_MD5 := e7b10710ef1eac82258f97bfd41fe534
+WESTON_VERSION := 7.0.0
+LIBWESTON_MAJOR := 7
+WESTON_MD5 := cbfda483bc2501d0831af3f33c707850
WESTON := weston-$(WESTON_VERSION)
WESTON_SUFFIX := tar.xz
WESTON_URL := http://wayland.freedesktop.org/releases/$(WESTON).$(WESTON_SUFFIX)
@@ -53,9 +53,11 @@ WESTON_CONF_OPT := \
-Dcolor-management-lcms=false \
-Ddemo-clients=$(call ptx/truefalse,PTXCONF_WESTON_IVISHELL_EXAMPLE) \
-Ddesktop-shell-client-default=weston-desktop-shell \
+ -Ddoc=false \
-Dimage-jpeg=true \
-Dimage-webp=false \
-Dlauncher-logind=$(call ptx/truefalse,PTXCONF_WESTON_SYSTEMD_LOGIND) \
+ -Dpipewire=$(call ptx/truefalse,PTXCONF_WESTON_PIPEWIRE) \
-Dremoting=$(call ptx/truefalse,PTXCONF_WESTON_REMOTING) \
-Drenderer-gl=$(call ptx/truefalse,PTXCONF_WESTON_GL) \
-Dresize-pool=true \
@@ -154,6 +156,9 @@ ifdef PTXCONF_WESTON_GL
@$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/wayland-backend)
@$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/gl-renderer)
endif
+ifdef PTXCONF_WESTON_PIPEWIRE
+ @$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/pipewire-plugin)
+endif
ifdef PTXCONF_WESTON_REMOTING
@$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/remoting-plugin)
endif