mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
remove double newlines
This commit is contained in:
parent
e369ef898b
commit
f7da3c2cc3
@ -39,7 +39,6 @@ pre_configure_target() {
|
||||
LDFLAGS="$LDFLAGS -fPIC"
|
||||
}
|
||||
|
||||
|
||||
post_makeinstall_host() {
|
||||
rm -rf $TOOLCHAIN/bin/cxxtools-config
|
||||
}
|
||||
|
@ -29,7 +29,6 @@ PKG_SHORTDESC="mrxvt: Lightweight Xterm replacement"
|
||||
PKG_LONGDESC="Mrxvt (previously named as materm) is a lightweight and powerful multi-tabbed X terminal emulator based on the popular rxvt and aterm. It implements many useful features seen in some modern X terminal emulators, like gnome-terminal and konsole, but keep to be lightweight and independent from the GNOME and KDE desktop environment."
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_setpgrp_void=no \
|
||||
--enable-minimal \
|
||||
--disable-frills \
|
||||
|
@ -33,7 +33,6 @@ PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Kodinerds Repository"
|
||||
PKG_ADDON_TYPE="xbmc.addon.repository"
|
||||
|
||||
|
||||
make_target() {
|
||||
$SED -e "s|@PKG_VERSION@|$PKG_VERSION|g" \
|
||||
-e "s|@PKG_REV@|$PKG_REV|g" \
|
||||
|
@ -34,7 +34,6 @@ PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="LinuxServer.io Repository"
|
||||
PKG_ADDON_TYPE="xbmc.addon.repository"
|
||||
|
||||
|
||||
make_target() {
|
||||
$SED -e "s|@PKG_VERSION@|$PKG_VERSION|g" \
|
||||
-e "s|@PKG_REV@|$PKG_REV|g" \
|
||||
|
@ -39,7 +39,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-dependency-tracking \
|
||||
--disable-nls \
|
||||
--disable-rst2man"
|
||||
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/lib $INSTALL/var
|
||||
rm -rf $INSTALL/usr/share/alsa/speaker-test
|
||||
|
@ -38,7 +38,6 @@ post_unpack() {
|
||||
cp -r $PKG_BUILD/* $PKG_BUILD/.$TARGET_NAME
|
||||
}
|
||||
|
||||
|
||||
make_host() {
|
||||
cd $PKG_BUILD/.$HOST_NAME
|
||||
make CC=$CC \
|
||||
|
@ -16,7 +16,6 @@
|
||||
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||
################################################################################
|
||||
|
||||
|
||||
PKG_NAME="libretro-picodrive"
|
||||
PKG_VERSION="9ae88ef"
|
||||
PKG_SHA256="a54ddc7de8261c32e848c583dfb0fe4831d92684b9b67a25e2ccbff6a0f6978c"
|
||||
@ -80,4 +79,3 @@ makeinstall_target() {
|
||||
cp $PKG_LIBPATH $SYSROOT_PREFIX/usr/lib/$PKG_LIBNAME
|
||||
echo "set($PKG_LIBVAR $SYSROOT_PREFIX/usr/lib/$PKG_LIBNAME)" > $SYSROOT_PREFIX/usr/lib/cmake/$PKG_NAME/$PKG_NAME-config.cmake
|
||||
}
|
||||
|
||||
|
@ -41,7 +41,6 @@ if [ "$DISPLAYSERVER" = "x11" ]; then
|
||||
--disable-egl \
|
||||
--with-x"
|
||||
|
||||
|
||||
elif [ "$DISPLAYSERVER" = "weston" ]; then
|
||||
PKG_CAIRO_CONFIG="--disable-xlib \
|
||||
--disable-xlib-xrender \
|
||||
|
@ -74,8 +74,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static \
|
||||
--disable-rpath \
|
||||
--disable-render-d3d"
|
||||
|
||||
|
||||
|
||||
if [ "$DISPLAYSERVER" = "x11" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libX11 libXrandr"
|
||||
|
||||
|
@ -87,7 +87,6 @@ pre_configure_target() {
|
||||
# ffmpeg fails running with GOLD support
|
||||
strip_gold
|
||||
|
||||
|
||||
if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
|
||||
CFLAGS="-I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads -I$SYSROOT_PREFIX/usr/include/interface/vmcs_host/linux -DRPI=1 $CFLAGS"
|
||||
FFMPEG_LIBS="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm"
|
||||
|
@ -63,7 +63,6 @@ PKG_CONFIGURE_OPTS_TARGET="WPASUPPLICANT=/usr/bin/wpa_supplicant \
|
||||
--with-systemdunitdir=/usr/lib/systemd/system \
|
||||
--disable-silent-rules"
|
||||
|
||||
|
||||
PKG_MAKE_OPTS_TARGET="storagedir=/storage/.cache/connman \
|
||||
statedir=/run/connman"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user