void-packages/srcpkgs/mesa/patches/fix-i686-cross.patch
Juan RP 82232c2d17 mesa: renamed from libGL; switch to glvnd by default.
Based on work by Stefano Ragni on #16497

Tested on x86_64-musl with and without elogind, as well
as with or without root rights on intel.
2019-12-08 11:56:08 +01:00

11 lines
254 B
Diff

--- src/mesa/meson.build
+++ src/mesa/meson.build
@@ -607,6 +607,7 @@
'x86/gen_matypes.c',
c_args : [c_vis_args, c_msvc_compat_args],
include_directories : inc_common,
+ native : true,
)
matypes_h = custom_target(
'matypes.h',