[Bug 217886] xorg fails to init GL on stable/11 because of a devel/libdevq bug(?)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 30 18:06:50 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217886

--- Comment #19 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
Comment on attachment 181319
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181319
update libdrm to 2.4.76 and drop dependency on libdevq

Works fine now, thank you. If you plan to upstream sometime better apply
DRM_MAJOR checks everywhere then let FreeBSD use fallback e.g.,

  #ifdef __linux__
  #define DRM_MAJOR 226
  #endif

  #ifndef DRM_MAJOR
  #define DRM_MAJOR 0 /* ignore if unknown or unstable (e.g. FreeBSD) */
  #endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list