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:
parent
0b8c690fd2
commit
32a3bd0ed1
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
|
||||
Requires.private: @GL_PC_REQ_PRIV@
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lEGL
|
||||
Libs: -L${libdir} -lEGL -lgbm
|
||||
Libs.private: @GL_PC_LIB_PRIV@
|
||||
Cflags: -I${includedir} @GL_PC_CFLAGS@
|
||||
|
Loading…
Reference in New Issue
Block a user