summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-08 10:29:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-11 18:08:34 +0100
commit927c92288dc50f528cb940496d532d199efa4024 (patch)
tree31176f9ae219ea632c907a073cce3ad08388330b /meta/recipes-graphics/xorg-xserver
parent89cc588e31742e5aecc429e6dd834e1abe3b544c (diff)
downloadpoky-927c92288dc50f528cb940496d532d199efa4024.tar.gz
xserver-xorg: remove COMPATIBLE_HOST
* ie om-gta02 has mesa-dri module too so this should be limited in mesa-dri only (From OE-Core rev: 64d27e31f474ea9656af0f9fa19c819730ace2d9) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index f7348738ea..01cdd681f6 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -11,6 +11,3 @@ EXTRA_OECONF += "\
11 --with-pic \ 11 --with-pic \
12 --with-int10=x86emu \ 12 --with-int10=x86emu \
13" 13"
14
15# Due to mesa-dri
16COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'