aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-09-14 21:16:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-22 03:08:56 +0100
commitd86acde7c6c57bd848feb1875c10df9b1de1201d (patch)
tree1b3bd6cfb95d568c91091616fc042c61571271ba /meta
parente83f142e1510cf686d9626b873ce9acf7baced0a (diff)
downloadopenembedded-core-contrib-d86acde7c6c57bd848feb1875c10df9b1de1201d.tar.gz
xserver-xf86-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-lite.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc
index 7150a2a466..54470580fd 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc
@@ -29,6 +29,6 @@ EXTRA_OECONF += "--disable-static \
--disable-glx \
--sysconfdir=/etc/X11 \
--localstatedir=/var \
- --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"