mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +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"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
if [ "$DISPLAYSERVER" = "x11" ]; then
|
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
|
else
|
||||||
DISPLAYSERVER_LIBVA="--disable-x11"
|
DISPLAYSERVER_LIBVA="--disable-x11 --disable-wayland"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
|
||||||
--enable-drm \
|
--enable-drm \
|
||||||
--disable-wayland \
|
|
||||||
$DISPLAYSERVER_LIBVA"
|
$DISPLAYSERVER_LIBVA"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user