mesa-dri: mark as x86 only

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5292 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-09-26 09:54:09 +00:00
parent 297f268eb9
commit 9b906c8b99
2 changed files with 3 additions and 0 deletions

View File

@ -26,3 +26,5 @@ do_install_append () {
install -d ${D}/usr/bin
install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/usr/bin/
}
COMPATIBLE_HOST = '(i.86.*-linux)'

View File

@ -18,3 +18,4 @@ FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
EXTRA_OECONF += "--with-driver=dri --with-dri-drivers=${MACHINE_DRI_MODULES}"
COMPATIBLE_HOST = '(i.86.*-linux)'