diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-14 08:37:01 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-16 13:01:15 +0200 |
commit | 8d13cbdc7c878e750c527d8a7416c645cd663d80 (patch) | |
tree | fc990e514e114ac02248ab54b4b5c565cc0196de /meta-oe/recipes-graphics/mesa | |
parent | 69de0e328d8da6a16f5ad9ba32e13cebe9f90e3c (diff) | |
download | meta-openembedded-8d13cbdc7c878e750c527d8a7416c645cd663d80.tar.gz |
mesa-xlib: fix FILESPATH
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/mesa')
-rw-r--r-- | meta-oe/recipes-graphics/mesa/mesa-xlib.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/mesa/mesa-xlib.inc b/meta-oe/recipes-graphics/mesa/mesa-xlib.inc index cabe6e5ec..cc4a9c043 100644 --- a/meta-oe/recipes-graphics/mesa/mesa-xlib.inc +++ b/meta-oe/recipes-graphics/mesa/mesa-xlib.inc | |||
@@ -1,2 +1,5 @@ | |||
1 | FILESPATHPKG =. "mesa-${PV}:mesa:" | 1 | #not supported in oe-core base.bbclass |
2 | #FILESPATHPKG =. "mesa-${PV}:mesa:" | ||
3 | FILESPATH =. "${FILE_DIRNAME}/mesa:${FILE_DIRNAME}/mesa-${PV}:" | ||
4 | |||
2 | EXTRA_OECONF += " --with-driver=xlib" | 5 | EXTRA_OECONF += " --with-driver=xlib" |