All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] Adding -lEGL and -lGAL to glesv2.pc
@ 2013-06-20 14:31 Thomas Senyk
  2013-06-20 20:00 ` Otavio Salvador
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Senyk @ 2013-06-20 14:31 UTC (permalink / raw)
  To: meta-freescale

From: Thomas Senyk <thomas.senyk@pelagicore.com>

libGLESv2 has undefined symbols, which get provided by libEGL and libGAL,
but libGLESv2 has no implicit 'link' to those libs.
So if you link against libGLESv2 but not against libEGL and libGAL,
you'll get 'undefined symbol'-errors.

Signed-off-by: Thomas Senyk <thomas.senyk@pelagicore.com>
---
 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/glesv2.pc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/glesv2.pc 
b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/glesv2.pc
index e92620b..9be46f2 100644
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/glesv2.pc
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/glesv2.pc
@@ -7,6 +7,6 @@ Name: glesv2
 Description: Vivante OpenGL ES 2.0 library
 Requires.private:
 Version: 8.0
-Libs: -L${libdir} -lGLESv2
+Libs: -L${libdir} -lGLESv2 -lEGL -lGAL
 Libs.private: -lpthread -lrt
 Cflags: -I${includedir}
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-06-21 14:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 14:31 [meta-fsl-arm][PATCH] Adding -lEGL and -lGAL to glesv2.pc Thomas Senyk
2013-06-20 20:00 ` Otavio Salvador
2013-06-20 20:33   ` Otavio Salvador
2013-06-21  9:08     ` Thomas Senyk
2013-06-21 11:52       ` Thomas Senyk
2013-06-21 12:35         ` Otavio Salvador
2013-06-21 13:02           ` Thomas Senyk
2013-06-21 13:43             ` Otavio Salvador
2013-06-21 14:24               ` Thomas Senyk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.