https://bugs.freedesktop.org/show_bug.cgi?id=76377
Priority: medium Bug ID: 76377 Assignee: mesa-dev@lists.freedesktop.org Summary: DRI3 should only be enabled on Linux due to a udev dependency Severity: normal Classification: Unclassified OS: OpenBSD Reporter: j...@openbsd.org Hardware: Other Status: NEW Version: git Component: Other Product: Mesa The configure script defaults to enabling DRI3 on every platform but it will only work on Linux due to a udev dependency. Unless --disable-dri3 is specified mesa configure will error on platforms where udev isn't available when DRI3 should really be disabled by default. checking for LIBDRM... yes checking for LIBUDEV... no checking for GLPROTO... yes checking for DRI2PROTO... yes configure: error: DRI3 requires libudev >= 151 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev