From: Otavio Salvador Date: Wed, 14 Sep 2011 21:16:32 +0000 (+0000) Subject: xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/share X-Git-Tag: 2011-1~50 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e83f142e1510cf686d9626b873ce9acf7baced0a;p=openembedded-core.git xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/share Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- 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 \ --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"