summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-09-14 21:16:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-22 04:50:08 +0100
commit4d3bac9a6d2d46e3c285f0c7e29be1b6c8b6fc98 (patch)
tree7ea563bf79d2d93a1a6416efdf4ffa2e89ab9924 /meta/recipes-graphics/xorg-xserver
parentad0c9a13eac79240aab8482a1e3e477e05ffc101 (diff)
downloadpoky-4d3bac9a6d2d46e3c285f0c7e29be1b6c8b6fc98.tar.gz
xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/share
(From OE-Core rev: e83f142e1510cf686d9626b873ce9acf7baced0a) 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-dri-lite.inc2
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 db2d1266bb..3aca760d9c 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 \
28 --localstatedir=/var \ 28 --localstatedir=/var \
29 --with-pic \ 29 --with-pic \
30 --with-int10=x86emu \ 30 --with-int10=x86emu \
31 --with-fontdir=/usr/share/fonts/X11 \ 31 --with-fontdir=${datadir}/fonts/X11 \
32 --with-xkb-output=/var/lib/xkb \ 32 --with-xkb-output=/var/lib/xkb \
33 ac_cv_file__usr_share_sgml_X11_defs_ent=no" 33 ac_cv_file__usr_share_sgml_X11_defs_ent=no"
34 34