]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/share
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 14 Sep 2011 21:16:32 +0000 (21:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Sep 2011 02:08:33 +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-dri-lite.inc

index db2d1266bb6f7d38630f617499833da5ccd8c1a8..3aca760d9c7fe43bf46e6bbf2a6409b869204b80 100644 (file)
@@ -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"