libdrm: make configuration compatible with Meson

This commit is contained in:
Leonid Pliushch 2020-04-27 17:11:48 +03:00 committed by Yaksh Bariya
parent 7ebe5cf52a
commit 46cd32a1eb
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ TERMUX_PKG_SRCURL=https://dri.freedesktop.org/libdrm/libdrm-${TERMUX_PKG_VERSION
TERMUX_PKG_SHA256=ddf31baa8e49473624860bd166ce654dc349873f7a6c7b3305964249315c78a7
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-intel
--disable-radeon
--disable-amdgpu
--disable-nouveau
--disable-vmwgfx
-Dintel=false
-Dradeon=false
-Damdgpu=false
-Dnouveau=false
-Dvmwgfx=false
"
termux_step_pre_configure() {