diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-08 17:46:31 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-09 13:01:16 -0300 |
commit | be98c47c5a0ee2511d828fee958f6774c2ed84dc (patch) | |
tree | fc390e450d6265ad59635ea142d0824b36aba994 | |
parent | 646fc44d54c387d88bb6a245b89c5bac80fca8d1 (diff) | |
download | meta-fsl-arm-be98c47c5a0ee2511d828fee958f6774c2ed84dc.tar.gz |
xf86-video-imxfb-vivante: Fix missing link to libGAL.so
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>
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb index b63459e..837b59c 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | |||
@@ -18,6 +18,7 @@ SRC_URI[sha256sum] = "d53216d5f9e3f7803983ac1577d83985dfda33145e4711300f4ad5cbbe | |||
18 | 18 | ||
19 | EXTRA_OECONF_armv7a = " --enable-neon --disable-static" | 19 | EXTRA_OECONF_armv7a = " --enable-neon --disable-static" |
20 | CFLAGS += " -I${STAGING_INCDIR}/xorg -I${STAGING_INCDIR}/drm" | 20 | CFLAGS += " -I${STAGING_INCDIR}/xorg -I${STAGING_INCDIR}/drm" |
21 | LDFLAGS += " -lGAL" | ||
21 | 22 | ||
22 | S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/EXA/" | 23 | S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/EXA/" |
23 | 24 | ||