mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
buildsystem: fix doubled PKG_TOOLCHAIN
This commit is contained in:
parent
c90b78d9d5
commit
2343a6498f
@ -27,7 +27,6 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="network"
|
||||
PKG_SHORTDESC="ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol)"
|
||||
PKG_LONGDESC="ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol)"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||
|
@ -29,7 +29,6 @@ PKG_SECTION="libs"
|
||||
PKG_SHORTDESC="LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program."
|
||||
PKG_LONGDESC="LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_MAINTAINER="Lukas Rusak (lrusak at irc.freenode.net)"
|
||||
|
||||
|
@ -29,7 +29,6 @@ PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.meteor: Meteor GBA for Kodi"
|
||||
PKG_LONGDESC="game.libretro.meteor: Meteor GBA for Kodi"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="meteor_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
Loading…
x
Reference in New Issue
Block a user