]> code.ossystems Code Review - meta-freescale.git/commitdiff
xf86-video-imxfb-vivante: Fix missing link to libGAL.so
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 8 Apr 2013 20:46:31 +0000 (17:46 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 9 Apr 2013 16:01:16 +0000 (13:01 -0300)
Fixes the following runtime issue:

,----
| .../drivers/vivante_drv.so: undefined symbol: gcoHAL_MapUserMemory
`----

The regression was cause by "61394cd gpu-viv-bin-mx6q: Rework package
for a single backend use"; the other libraries seem not required to be
forced linked.

Change-Id: I167e9557431c69dfefe5066630fe64aa4cc60e0f
Reported-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb

index b63459eb838e400fc92d7399843b0f57e3cd7305..837b59c1ddacedbde0b8441e71d500f2ce83f168 100644 (file)
@@ -18,6 +18,7 @@ SRC_URI[sha256sum] = "d53216d5f9e3f7803983ac1577d83985dfda33145e4711300f4ad5cbbe
 
 EXTRA_OECONF_armv7a = " --enable-neon --disable-static"
 CFLAGS += " -I${STAGING_INCDIR}/xorg -I${STAGING_INCDIR}/drm"
+LDFLAGS += " -lGAL"
 
 S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/EXA/"