Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 18:06:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 217886] xorg fails to init GL on stable/11 because of a devel/libdevq bug(?)
Message-ID:  <bug-217886-7141-xOlREdyU59@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217886-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217886-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217886

--- Comment #19 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
Comment on attachment 181319
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181319
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217886-7141-xOlREdyU59>