Update libdrm meson options
This commit is contained in:
parent
0c02e8fe66
commit
be519d8dc5
1 changed files with 10 additions and 10 deletions
|
@ -18,16 +18,16 @@ ffbuild_dockerbuild() {
|
|||
--prefix="$FFBUILD_PREFIX"
|
||||
-Ddefault_library=shared
|
||||
-Dudev=false
|
||||
-Dcairo-tests=false
|
||||
-Dvalgrind=false
|
||||
-Dexynos=false
|
||||
-Dfreedreno=false
|
||||
-Domap=false
|
||||
-Detnaviv=false
|
||||
-Dintel=true
|
||||
-Dnouveau=true
|
||||
-Dradeon=true
|
||||
-Damdgpu=true
|
||||
-Dcairo-tests=disabled
|
||||
-Dvalgrind=disabled
|
||||
-Dexynos=disabled
|
||||
-Dfreedreno=disabled
|
||||
-Domap=disabled
|
||||
-Detnaviv=disabled
|
||||
-Dintel=enabled
|
||||
-Dnouveau=enabled
|
||||
-Dradeon=enabled
|
||||
-Damdgpu=enabled
|
||||
)
|
||||
|
||||
if [[ $TARGET == linux* ]]; then
|
||||
|
|
Loading…
Reference in a new issue