mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
intel-vaapi-driver: allow building with DISPLAYSERVER=weston
This commit is contained in:
parent
d33672f224
commit
97e09f9ede
@ -30,12 +30,13 @@ PKG_LONGDESC="intel-vaapi-driver: VA-API user mode driver for Intel GEN Graphics
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
if [ "$DISPLAYSERVER" = "x11" ]; then
|
||||
DISPLAYSERVER_LIBVA="--enable-x11"
|
||||
DISPLAYSERVER_LIBVA="--enable-x11 --disable-wayland"
|
||||
elif [ "$DISPLAYSERVER" = "weston" ]; then
|
||||
DISPLAYSERVER_LIBVA="--disable-x11 --enable-wayland"
|
||||
else
|
||||
DISPLAYSERVER_LIBVA="--disable-x11"
|
||||
DISPLAYSERVER_LIBVA="--disable-x11 --disable-wayland"
|
||||
fi
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
|
||||
--enable-drm \
|
||||
--disable-wayland \
|
||||
$DISPLAYSERVER_LIBVA"
|
||||
|
Loading…
x
Reference in New Issue
Block a user