From patchwork Tue Feb 12 21:58:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-fsl-arm, v4, 6/9] xserver-xorg: Override PACKAGECONFIG for i.MX6 to enable DRI support Date: Tue, 12 Feb 2013 21:58:47 -0000 From: Otavio Salvador X-Patchwork-Id: 44555 Message-Id: <1360706330-12665-7-git-send-email-otavio@ossystems.com.br> To: meta-freescale Mailing List Cc: Otavio Salvador Change-Id: I5f9bafbe788e08aa14a59b5d0b5ee8fc9d9f0720 Signed-off-by: Otavio Salvador --- recipes-graphics/xorg-xserver/xserver-xorg_1.13.1.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg_1.13.1.bbappend diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.13.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_1.13.1.bbappend new file mode 100644 index 0000000..2528031 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.13.1.bbappend @@ -0,0 +1,4 @@ +PRINC := "${@int(PRINC) + 1}" + +PACKAGECONFIG_mx6 = "udev dri" +PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"