]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Use xserver-xorg instead of xserver-xorg-lite
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Sep 2012 12:41:38 +0000 (09:41 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Sep 2012 17:09:03 +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/imx-base.inc

index 1b26f01ffb701d61252c553211bb5f1fe32deafe..cecbe867e4f308db14373ad0a70ded21195daae3 100644 (file)
@@ -8,7 +8,7 @@ include conf/distro/include/fsl-default-providers.inc
 UBOOT_MAKE_TARGET = "u-boot.imx"
 UBOOT_SUFFIX = "imx"
 
-XSERVER = "xserver-xorg-lite \
+XSERVER = "xserver-xorg \
            xf86-input-evdev \
            xf86-video-imxfb"