]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xorg: remove COMPATIBLE_HOST
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 8 Sep 2011 08:29:10 +0000 (10:29 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Oct 2011 16:04:32 +0000 (17:04 +0100)
* ie om-gta02 has mesa-dri module too
  so this should be limited in mesa-dri only

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc

index f7348738ea76689cc553218dc39b6ad0bcc44ca1..01cdd681f621fd39b92e7eac76b5aed5bc959add 100644 (file)
@@ -11,6 +11,3 @@ EXTRA_OECONF += "\
                  --with-pic \
                  --with-int10=x86emu \
 "
-
-# Due to mesa-dri
-COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'