diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-09-14 21:16:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-22 03:08:33 +0100 |
commit | e83f142e1510cf686d9626b873ce9acf7baced0a (patch) | |
tree | 4d0ee26d587669917df9ff0449d1a81a28ea61d9 /meta | |
parent | 9e283b637fcfc704156675eef4bc53966a03e3dc (diff) | |
download | openembedded-core-e83f142e1510cf686d9626b873ce9acf7baced0a.tar.gz openembedded-core-e83f142e1510cf686d9626b873ce9acf7baced0a.tar.bz2 openembedded-core-e83f142e1510cf686d9626b873ce9acf7baced0a.tar.xz openembedded-core-e83f142e1510cf686d9626b873ce9acf7baced0a.zip |
xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/share
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc index db2d1266b..3aca760d9 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc @@ -28,7 +28,7 @@ EXTRA_OECONF += "--disable-static \ --localstatedir=/var \ --with-pic \ --with-int10=x86emu \ - --with-fontdir=/usr/share/fonts/X11 \ + --with-fontdir=${datadir}/fonts/X11 \ --with-xkb-output=/var/lib/xkb \ ac_cv_file__usr_share_sgml_X11_defs_ent=no" |