community/weston: set default backend for v6

This commit is contained in:
Kevin Mihelich 2013-11-10 19:30:05 +00:00
parent 2547f5f6d1
commit 697c555cd0

View file

@ -21,6 +21,7 @@ build() {
if [ "$CARCH" == 'armv6h' ]; then
export RPI_BCM_HOST_LIBS="-L/opt/vc/lib"
export RPI_BCM_HOST_CFLAGS="-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux"
export WESTON_NATIVE_BACKEND="rpi-backend.so"
fi
./configure \
--prefix=/usr \