Skip to content

Commit

Permalink
mesalib: Explicitly disable intel-rt as
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 9, 2024
1 parent e9f265b commit 95d9217
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mesalib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/0f4de2192e63b438637b98937ac85a10/mesa-2
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

PATCHURL+=("https://beehive.molgen.mpg.de/aa6254b348776c814e7adb2b64a1188a/0001-Revert-meson-rework-intel-rt-option-to-be-a-feature.patch")
# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down Expand Up @@ -63,7 +63,8 @@ mee_configure() {
-Dvulkan-drivers="amd,intel" \
-Dosmesa=true \
-Dvalgrind=disabled \
-Dglvnd=enabled
-Dglvnd=enabled \
-Dintel-rt=disabled
}

#mee_build() {
Expand Down

0 comments on commit 95d9217

Please sign in to comment.