mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
intel-vaapi-driver: allow building without x11
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user