From 61394cdf624b95837ee8204200bc80f777c70604 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 2 Apr 2013 14:08:50 -0300 Subject: 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 --- recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-graphics/xorg-driver') 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 @@ require recipes-graphics/xorg-driver/xorg-driver-video.inc PE = "3" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" DEPENDS += "virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q" @@ -18,7 +18,6 @@ SRC_URI[sha256sum] = "d53216d5f9e3f7803983ac1577d83985dfda33145e4711300f4ad5cbbe EXTRA_OECONF_armv7a = " --enable-neon --disable-static" CFLAGS += " -I${STAGING_INCDIR}/xorg -I${STAGING_INCDIR}/drm" -LDFLAGS += "-lm -ldl -lX11 -lGAL-x11" S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/EXA/" -- cgit v1.2.3-54-g00ecf