mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-28 02:20:24 +00:00
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:
parent
279d9d7f70
commit
b74ad71d18
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user