Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #1289324

Bug#1057479: kicad: Please enable EGL support

From Alastair McKinstry <alastair.mckinstry@mckinstry.ie>
Newsgroups linux.debian.bugs.dist
Subject Bug#1057479: kicad: Please enable EGL support
Date 2026-04-12 16:20 +0200
Message-ID <MJ3Pk-eBjj-5@gated-at.bofh.it> (permalink)
References <MHZb3-dROo-11@gated-at.bofh.it> <HHjPP-b7ez-1@gated-at.bofh.it> <MHZb3-dROo-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 09/04/2026 15:43, Kristian Nielsen wrote:
>> On Thu, 05 Feb 2026 15:25, Alastair McKinstry <alastair.mckinstry@mckinstry.ie> wrote:
>>> I'm currently packaging glew 2.3.1.
>>> It should be EGL by default.
> Unfortunately, building glew with EGL makes openscad no longer able to
> compile.
>
> I filed a separate issue for the openscad build failure, #1133065, in case
> we can (hopefully) find a way to resolve both issues.
>
>   - Kristian.


Ok, so I've uploaded a 2.3.1-6 release of glew, which now ships an X11 
build of libGLEW as libGLEW-X11.a

I have done a test build of openscad with this; the build works with the 
following patch:

--- a/features/glew.prf
+++ b/features/glew.prf
@@ -7,7 +7,7 @@
    QMAKE_LIBDIR += $$GLEW_DIR/lib64
  }

-unix:LIBS += -lGLEW
+unix:LIBS += -lGLEW-X11
  mingw-cross-env*: {
     {
      CONFIG += link_pkgconfig


Regards

Alastair


-- 
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
e: mckinstry@debian.org, im: @alastair:mckinstry.ie
https://mastodon.ie/@amckinstry

Back to linux.debian.bugs.dist | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Bug#1057479: kicad: Please enable EGL support Kristian Nielsen <knielsen@knielsen-hq.org> - 2026-04-09 17:10 +0200
  Bug#1057479: kicad: Please enable EGL support Alastair McKinstry <alastair.mckinstry@mckinstry.ie> - 2026-04-12 16:20 +0200
    Bug#1057479: kicad: Please enable EGL support Kristian Nielsen <knielsen@knielsen-hq.org> - 2026-04-16 14:00 +0200

csiph-web