Skip to content

Commit

Permalink
mesalib: meson: Replace true/false by enabled/disabled
Browse files Browse the repository at this point in the history
    DEPRECATION: Option 'valgrind' value 'false' is replaced by 'disabled'
    DEPRECATION: Option 'glvnd' value 'true' is replaced by 'enabled'
  • Loading branch information
pmenzel committed Aug 5, 2024
1 parent 12b73c1 commit 496917c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesalib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ mee_configure() {
-Dgallium-va=enabled \
-Dvulkan-drivers="amd,intel" \
-Dosmesa=true \
-Dvalgrind=false \
-Dglvnd=true
-Dvalgrind=disabled \
-Dglvnd=enabled
}

#mee_build() {
Expand Down

0 comments on commit 496917c

Please sign in to comment.