From 32a3bd0ed15599a18a4d22304bd914854229d786 Mon Sep 17 00:00:00 2001 From: landry Date: Mon, 14 Jul 2014 10:12:16 +0000 Subject: [PATCH] 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@ --- dist/Mesa/src/egl/main/egl.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Mesa/src/egl/main/egl.pc.in b/dist/Mesa/src/egl/main/egl.pc.in index fd6904bd8..853bce60a 100644 --- a/dist/Mesa/src/egl/main/egl.pc.in +++ b/dist/Mesa/src/egl/main/egl.pc.in @@ -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@