mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/weston: set default backend for v6
This commit is contained in:
parent
2547f5f6d1
commit
697c555cd0
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue