]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-lite.inc: use ${datadir} instead of /usr/share
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 14 Sep 2011 21:16:33 +0000 (21:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Sep 2011 02:08:56 +0000 (03:08 +0100)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc

index 7150a2a466a32211c0e98f9064704f4707bec5a7..54470580fd590c7168f75859307ce604baab91bb 100644 (file)
@@ -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"