weston: enable weston-launch on the rpi too.

This commit is contained in:
Juan RP 2013-12-18 17:20:06 +01:00
parent 267a1b4178
commit 71935c6289

View file

@ -1,7 +1,7 @@
# Template file for 'weston'.
pkgname=weston
version=1.3.1
revision=1
revision=2
build_style=gnu-configure
short_desc="Reference implementation of a Wayland compositor"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -14,7 +14,7 @@ hostmakedepends="pkg-config wayland-devel"
makedepends="libpng-devel>=1.6 wayland-devel libxkbcommon-devel
libxcb-devel>=1.9.1 xcb-util-keysyms-devel pixman-devel pango-devel
cairo-devel>=1.12.14_5 mtdev-devel libwebp-devel poppler-glib-devel pam-devel
systemd-devel libunwind-devel lcms2-devel libudev-devel"
systemd-devel libunwind-devel lcms2-devel libudev-devel libdrm-devel"
case "$XBPS_TARGET_MACHINE" in
armv6l) # Assume RPi for now.
@ -26,7 +26,7 @@ armv6l) # Assume RPi for now.
--disable-fbdev-compositor --disable-egl --disable-colord
--disable-resize-optimization --disable-xwayland-test
--disable-setuid-install --disable-xwayland
--disable-weston-launch WESTON_NATIVE_BACKEND=rpi-backend.so"
--enable-weston-launch WESTON_NATIVE_BACKEND=rpi-backend.so"
;;
x86_64|i686)
makedepends+=" libXcursor-devel colord-devel glu-devel libva-devel"