vp-build/srcpkgs/libdrm/patches/dont-build-noveau-tests.patch

16 lines
241 B
Diff

--- tests/meson.build
+++ tests/meson.build
@@ -44,9 +44,9 @@ endif
if with_etnaviv
subdir('etnaviv')
endif
-if with_nouveau
- subdir('nouveau')
-endif
+#if with_nouveau
+# subdir('nouveau')
+#endif
drmsl = executable(
'drmsl',