mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
intel-vaapi-driver: allow building without x11
This commit is contained in:
parent
b90d2a5fd6
commit
d7e0acbb74
@ -30,4 +30,14 @@ PKG_LONGDESC="intel-vaapi-driver: VA-API user mode driver for Intel GEN Graphics
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules"
|
||||
if [ "$DISPLAYSERVER" = "x11" ]; then
|
||||
DISPLAYSERVER_LIBVA="--enable-x11"
|
||||
else
|
||||
DISPLAYSERVER_LIBVA="--disable-x11"
|
||||
fi
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
|
||||
--with-drivers-path=/usr/lib/va \
|
||||
--enable-drm \
|
||||
--disable-wayland \
|
||||
$DISPLAYSERVER_LIBVA"
|
||||
|
Loading…
x
Reference in New Issue
Block a user