summaryrefslogtreecommitdiffstats
path: root/rules/weston.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-03-24 17:17:33 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-03-26 09:36:22 +0100
commitd0ab1e88a6a10804bce7f41189d491baabbbddc7 (patch)
tree7848416ec4cd5592620c8214099ac894f1c6d44b /rules/weston.make
parent05b6534d361841eb1f0e08b4a6880852e60c9a9f (diff)
downloadptxdist-d0ab1e88a6a10804bce7f41189d491baabbbddc7.tar.gz
ptxdist-d0ab1e88a6a10804bce7f41189d491baabbbddc7.tar.xz
weston: version bump 1.6.1 -> 1.7.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/weston.make')
-rw-r--r--rules/weston.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/weston.make b/rules/weston.make
index ef21f0800..945160ad3 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_WESTON) += weston
#
# Paths and names
#
-WESTON_VERSION := 1.6.1
-WESTON_MD5 := 08e857668621c930cab239d11c12cf47
+WESTON_VERSION := 1.7.0
+WESTON_MD5 := 1fde8a44f48cd177438522850d6ba4be
WESTON := weston-$(WESTON_VERSION)
WESTON_SUFFIX := tar.xz
WESTON_URL := http://wayland.freedesktop.org/releases/$(WESTON).$(WESTON_SUFFIX)
@@ -45,7 +45,6 @@ WESTON_CONF_OPT := \
--disable-xwayland-test \
--disable-x11-compositor \
--$(call ptx/endis, PTXCONF_WESTON_DRM_COMPOSITOR)-drm-compositor \
- --enable-libinput-backend \
--$(call ptx/endis, PTXCONF_WESTON_GL)-wayland-compositor \
--$(call ptx/endis, PTXCONF_WESTON_HEADLESS_COMPOSITOR)-headless-compositor \
--disable-rpi-compositor \
@@ -61,6 +60,7 @@ WESTON_CONF_OPT := \
--enable-fullscreen-shell \
--disable-colord \
--disable-dbus \
+ --disable-ivi-shell \
--$(call ptx/endis, PTXCONF_WESTON_WCAP_TOOLS)-wcap-tools \
--disable-libunwind \
--disable-demo-clients-install \