From patchwork Wed Jan 16 00:50:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,2/2] ia32-base.inc: Add more macros for xf86 drivers Date: Wed, 16 Jan 2013 00:50:33 -0000 From: Nitin A Kamble X-Patchwork-Id: 42683 Message-Id: To: Openembedded-core@lists.openembedded.org From: Nitin A Kamble This commit adds macros for fbdev & modesetting X driver packages. Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/ia32-base.inc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32-base.inc index ab8ef65..0798bf8 100644 --- a/meta/conf/machine/include/ia32-base.inc +++ b/meta/conf/machine/include/ia32-base.inc @@ -47,3 +47,7 @@ XSERVER_IA32_I965 = "xf86-video-intel \ " XSERVER_IA32_VESA = "xf86-video-vesa" + +XSERVER_IA32_FBDEV = "xf86-video-fbdev" + +XSERVER_IA32_MODESETTING = "xf86-video-modesetting"