[oe-commits] Otavio Salvador : xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr /share

git version control git at git.openembedded.org
Thu Sep 22 02:12:49 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: e83f142e1510cf686d9626b873ce9acf7baced0a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e83f142e1510cf686d9626b873ce9acf7baced0a

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Sep 14 21:16:32 2011 +0000

xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/share

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 db2d126..3aca760 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"
 





More information about the Openembedded-commits mailing list