libX11: mostly cosmetics, we dont do install from $SYSROOT_PREFIX :-)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-29 02:42:55 +01:00
parent 5d1977062a
commit 88b437dc03
2 changed files with 8 additions and 5 deletions

View File

@ -28,7 +28,6 @@ export CFLAGS_FOR_BUILD="$HOST_CFLAGS"
export LDFLAGS_FOR_BUILD="$HOST_LDFLAGS"
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
@ -41,6 +40,7 @@ cd $PKG_BUILD
--enable-xthreads \
--disable-xcms \
--enable-xlocale \
--disable-xlocaledir \
--enable-xkb \
--disable-xf86bigfont \
--enable-malloc0returnsnull \
@ -54,5 +54,7 @@ cd $PKG_BUILD
--without-lint
make
make -C nls DESTDIR=`pwd`/.install install
$MAKEINSTALL

View File

@ -26,8 +26,9 @@ mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/src/.libs/libX11*.so* $INSTALL/usr/lib
rm -rf $INSTALL/usr/lib/libX11*.so*T
mkdir -p $INSTALL/usr/share/X11
cp -R $SYSROOT_PREFIX/usr/share/X11/locale $INSTALL/usr/share/X11
mkdir -p $INSTALL
cp -R $PKG_BUILD/.install/* $INSTALL
mkdir -p $INSTALL/usr/lib/X11
cp -R $SYSROOT_PREFIX/usr/lib/X11/locale $INSTALL/usr/lib/X11
mkdir -p $INSTALL/usr/lib/X11/locale/common
cp -R $PKG_BUILD/modules/*/*/.libs/*.so* $INSTALL/usr/lib/X11/locale/common
rm -rf $INSTALL/usr/lib/X11/locale/common/*.so.*T