Update libdrm meson options

This commit is contained in:
BtbN 2022-09-01 19:22:44 +02:00
parent 0c02e8fe66
commit be519d8dc5

View file

@ -18,16 +18,16 @@ ffbuild_dockerbuild() {
--prefix="$FFBUILD_PREFIX" --prefix="$FFBUILD_PREFIX"
-Ddefault_library=shared -Ddefault_library=shared
-Dudev=false -Dudev=false
-Dcairo-tests=false -Dcairo-tests=disabled
-Dvalgrind=false -Dvalgrind=disabled
-Dexynos=false -Dexynos=disabled
-Dfreedreno=false -Dfreedreno=disabled
-Domap=false -Domap=disabled
-Detnaviv=false -Detnaviv=disabled
-Dintel=true -Dintel=enabled
-Dnouveau=true -Dnouveau=enabled
-Dradeon=true -Dradeon=enabled
-Damdgpu=true -Damdgpu=enabled
) )
if [[ $TARGET == linux* ]]; then if [[ $TARGET == linux* ]]; then