config/path: remove not more needed variables $XORG_PATH_FONTS, $XORG_PATH_MAPS and $XORG_PATH_ENCODINGS

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-04 14:24:13 +01:00
parent 279d9d7f70
commit b74ad71d18
3 changed files with 4 additions and 8 deletions

View File

@ -85,9 +85,6 @@ SED="sed -i"
[ -d $BUILD/${PKG_NAME}[-_.]${PKG_VERSION} ] && PKG_BUILD=`ls -d $BUILD/${PKG_NAME}[-_.]${PKG_VERSION}`
[ -d $BUILD/${PKG_NAME}${PKG_VERSION} ] && PKG_BUILD=`ls -d $BUILD/${PKG_NAME}${PKG_VERSION}`
XORG_PATH_ENCODINGS=/usr/share/X11/encodings
XORG_PATH_FONTS=/usr/share/X11/fonts
XORG_PATH_MAPS=$XORG_PATH_FONTS/util
XORG_PATH_DRI=/usr/lib/dri
XORG_PATH_XKB=/usr/share/X11/xkb
XORG_PATH_XKB_OUTPUT=/var/lib/xkb

View File

@ -36,7 +36,7 @@ cd $PKG_BUILD
--enable-shared \
--with-arch=$TARGET_ARCH \
--with-freetype-config=$ROOT/$TOOLCHAIN/bin/freetype-config \
--with-default-fonts=$XORG_PATH_FONTS/liberation \
--with-default-fonts=/usr/share/fonts/liberation \
--without-add-fonts \
--disable-dependency-tracking \
--disable-docs

View File

@ -103,9 +103,8 @@ cd $PKG_BUILD
--with-xkb-output=/var/cache/xkb \
--with-log-dir=/var/log \
--with-dri-driver-path=$XORG_PATH_DRI \
--with-fontrootdir=$XORG_PATH_FONTS \
--with-default-font-path="$XORG_PATH_FONTS/misc,built-ins"
--with-fontrootdir=/usr/share/fonts \
--with-default-font-path="/usr/share/fonts/misc,built-ins"
make
make DESTDIR=$SYSROOT_PREFIX install
$MAKEINSTALL