]> code.ossystems Code Review - meta-freescale.git/commitdiff
mxs-base.inc: Use xserver-xorg instead of xserver-xorg-lite
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Sep 2012 15:00:54 +0000 (12:00 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Sep 2012 17:09:13 +0000 (14:09 -0300)
Next Yocto release will drop xserver-xorg-lite as building
xserver-xorg and not installing the DRI and GLX modules (and so not
Mesa) results in an increase of 16kb only.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
meta-fsl-arm/conf/machine/include/mxs-base.inc

index 1ca84d9036107507eb19db8847f4fe1d6c7a2aac..486e914d781db95eb893e8b49068070fd03bd242 100644 (file)
@@ -9,7 +9,7 @@ include conf/machine/include/tune-arm926ejs.inc
 
 SOC_FAMILY = "mxs"
 
-XSERVER = "xserver-xorg-lite \
+XSERVER = "xserver-xorg \
            xf86-input-evdev \
            xf86-video-fbdev"