summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-driver
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-04-02 14:08:50 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-05 10:16:44 -0300
commit61394cdf624b95837ee8204200bc80f777c70604 (patch)
tree4bce874b1f48c8ce273c425d264fd4fb9f3dc630 /recipes-graphics/xorg-driver
parent651e14b90a520385021c74b60bd439209fdfddc7 (diff)
downloadmeta-fsl-arm-61394cdf624b95837ee8204200bc80f777c70604.tar.gz
gpu-viv-bin-mx6q: Rework package for a single backend use
As we now provide a single backend there're no need for full set of packages and the binaries can use the generic names so we don't need to rework other applications and/or libraries to link properly. The xf86-video-imxfb-vivante needs also to be change as the libraries are now under generic name so we remove the backend suffix from libraries so the LDFLAGS ought to be removed for the build to succeed. Change-Id: I73cc9986babe8bb4fb0c05117c6b3d93b0470949 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/xorg-driver')
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb3
1 files changed, 1 insertions, 2 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 28491c9..6cd8a5e 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
@@ -5,7 +5,7 @@
5require recipes-graphics/xorg-driver/xorg-driver-video.inc 5require recipes-graphics/xorg-driver/xorg-driver-video.inc
6 6
7PE = "3" 7PE = "3"
8PR = "${INC_PR}.2" 8PR = "${INC_PR}.3"
9 9
10DEPENDS += "virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q" 10DEPENDS += "virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q"
11 11
@@ -18,7 +18,6 @@ SRC_URI[sha256sum] = "d53216d5f9e3f7803983ac1577d83985dfda33145e4711300f4ad5cbbe
18 18
19EXTRA_OECONF_armv7a = " --enable-neon --disable-static" 19EXTRA_OECONF_armv7a = " --enable-neon --disable-static"
20CFLAGS += " -I${STAGING_INCDIR}/xorg -I${STAGING_INCDIR}/drm" 20CFLAGS += " -I${STAGING_INCDIR}/xorg -I${STAGING_INCDIR}/drm"
21LDFLAGS += "-lm -ldl -lX11 -lGAL-x11"
22 21
23S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/EXA/" 22S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/EXA/"
24 23