void-packages/srcpkgs/libdrm/patches/dont-build-noveau-tests.patch
maxice8 0ef8fb1bd0 libdrm: update to 2.4.91.
Closes: #11712 [via git-merge-pr]
2018-03-05 21:00:21 -08:00

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