diff --git a/mesalib.be0 b/mesalib.be0 index 8c8e517ce..34d73a1b6 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -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 @@ -63,7 +63,8 @@ mee_configure() { -Dvulkan-drivers="amd,intel" \ -Dosmesa=true \ -Dvalgrind=disabled \ - -Dglvnd=enabled + -Dglvnd=enabled \ + -Dintel-rt=disabled } #mee_build() {