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>
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/"