[Bug 770987] configure.ac EGL checks clobber user EGL_LIBS/EGL_CFLAGS
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Jul 30 22:13:50 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=770987
Alistair Buxton <a.j.buxton at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #356615|none |needs-work
status| |
--- Comment #8 from Alistair Buxton <a.j.buxton at gmail.com> ---
Created attachment 356615
--> https://bugzilla.gnome.org/attachment.cgi?id=356615&action=edit
Patch to configure.ac
I managed to get it to build against the new .so names. I did it by setting
NEED_EGL and NEED_GLES2 to no in order to prevent the later checks from
clobbering the GL_LIBS, then setting USE_EGL and USE_GLES2 to yes and manually
setting GL_LIBS to the right thing. This is pretty ugly but I don't have enough
skills in autotools to fix it properly.
This is basically the same problem as before: the later checks mess up the
GL_LIBS no matter what sets them, only now "-lEGL -lGLESv2" won't work at all
because those so names don't exist at all.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list