Files
BMLFS/patches/libdrm-void/dont-build-noveau-tests.patch
2020-10-19 17:07:26 -05:00

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',