summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
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 04:50:08 +0100
commitd9d2c9c75fa241b76b4fcaae107a0ad23a58347b (patch)
tree4738601dde225751c41bee39bf45db92b6497026 /meta/recipes-graphics/xorg-xserver
parent4d3bac9a6d2d46e3c285f0c7e29be1b6c8b6fc98 (diff)
downloadpoky-d9d2c9c75fa241b76b4fcaae107a0ad23a58347b.tar.gz
xserver-xf86-lite.inc: use ${datadir} instead of /usr/share
(From OE-Core rev: d86acde7c6c57bd848feb1875c10df9b1de1201d) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 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-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 \
29 --disable-glx \ 29 --disable-glx \
30 --sysconfdir=/etc/X11 \ 30 --sysconfdir=/etc/X11 \
31 --localstatedir=/var \ 31 --localstatedir=/var \
32 --with-fontdir=/usr/share/fonts/X11 \ 32 --with-fontdir=${datadir}/fonts/X11 \
33 --with-xkb-output=/var/lib/xkb \ 33 --with-xkb-output=/var/lib/xkb \
34 ac_cv_file__usr_share_sgml_X11_defs_ent=no" 34 ac_cv_file__usr_share_sgml_X11_defs_ent=no"