Skip to content

Commit

Permalink
libdrm ci: disabled->false
Browse files Browse the repository at this point in the history
apparently old libdrm uses bools
  • Loading branch information
SolDev69 authored Dec 8, 2023
1 parent 97eb49e commit 5d8ca3c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
--prefix=/tmp/drm-static \
--cross-file "../build-crossfile-drm" \
-Ddefault_library=static \
-Dintel=disabled \
-Dradeon=disabled \
-Damdgpu=disabled \
-Dnouveau=disabled \
-Dvmwgfx=disabled \
-Dfreedreno=enabled \
-Dvc4=disabled \
-Detnaviv=disabled \
-Dintel=false \
-Dradeon=false \
-Damdgpu=false \
-Dnouveau=false \
-Dvmwgfx=false \
-Dfreedreno=true \
-Dvc4=false \
-Detnaviv=false \
-Dfreedreno-kgsl=true
ninja -C "build-android" install
cd ..
Expand Down

0 comments on commit 5d8ca3c

Please sign in to comment.