mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-13 04:39:07 +00:00
Add -lgbm to Libs as a temporary workaround, since EGL has unknown
symbols from libgbm, and that breaks www/webkit (and probably all the 23 ports linking against EGL, which now probably need WANTLIB fixes..) with/ok matthieu@
This commit is contained in:
2
dist/Mesa/src/egl/main/egl.pc.in
vendored
2
dist/Mesa/src/egl/main/egl.pc.in
vendored
@@ -7,6 +7,6 @@ Name: egl
|
|||||||
Description: Mesa EGL library
|
Description: Mesa EGL library
|
||||||
Requires.private: @GL_PC_REQ_PRIV@
|
Requires.private: @GL_PC_REQ_PRIV@
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -lEGL
|
Libs: -L${libdir} -lEGL -lgbm
|
||||||
Libs.private: @GL_PC_LIB_PRIV@
|
Libs.private: @GL_PC_LIB_PRIV@
|
||||||
Cflags: -I${includedir} @GL_PC_CFLAGS@
|
Cflags: -I${includedir} @GL_PC_CFLAGS@
|
||||||
|
|||||||
Reference in New Issue
Block a user