mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
buildsystem: replace PKG_USE_CMAKE
This commit is contained in:
parent
8c7dc83c9e
commit
c90b78d9d5
@ -27,7 +27,7 @@ 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_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||
|
@ -29,7 +29,7 @@ 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_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_MAINTAINER="Lukas Rusak (lrusak at irc.freenode.net)"
|
||||
|
||||
|
@ -26,7 +26,7 @@ PKG_URL="http://www.nih.at/libzip/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SHORTDESC="libzip"
|
||||
PKG_LONGDESC="libzip"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
|
||||
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain alsa-lib"
|
||||
PKG_SECTION="audio"
|
||||
PKG_SHORTDESC="libsndfile: A library for accessing various audio file formats"
|
||||
PKG_LONGDESC="libsndfile is a C library for reading and writing sound files such as AIFF, AU, WAV, and others through one standard interface. It can currently read/write 8, 16, 24 and 32-bit PCM files as well as 32 and 64-bit floating point WAV files and a number of compressed formats. It compiles and runs on *nix, MacOS, and Win32."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
# package specific configure options
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_HOST="ccache:host openssl:host"
|
||||
PKG_SECTION="toolchain/devel"
|
||||
PKG_SHORTDESC="cmake: A cross-platform, open-source make system"
|
||||
PKG_LONGDESC="CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, preprocessor generation, code generation, and template instantiation."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
configure_host() {
|
||||
../configure --prefix=$TOOLCHAIN \
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="pcre: Perl Compatible Regulat Expressions"
|
||||
PKG_LONGDESC="The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API. The PCRE library is free, even for building commercial software."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--prefix=$TOOLCHAIN \
|
||||
--enable-static \
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.2048: 2048 for Kodi"
|
||||
PKG_LONGDESC="game.libretro.2048: 2048 for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="2048_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Port of 4DO/libfreedo to libretro."
|
||||
PKG_LONGDESC="Port of 4DO/libfreedo to libretro."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="4do_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.beetle-bsnes: Beetle bSNES for Kodi"
|
||||
PKG_LONGDESC="game.libretro.beetle-bsnes: Beetle bSNES for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_snes_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.beetle-gba: Beetle GBA for Kodi"
|
||||
PKG_LONGDESC="game.libretro.beetle-gba: Beetle GBA for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_gba_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Standalone port of Mednafen Lynx to libretro, itself a fork of Handy"
|
||||
PKG_LONGDESC="Standalone port of Mednafen Lynx to libretro, itself a fork of Handy"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_lynx_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Standalone port of Mednafen NGP to the libretro API, itself a fork of Neopop"
|
||||
PKG_LONGDESC="Standalone port of Mednafen NGP to the libretro API, itself a fork of Neopop"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_ngp_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.beetle-pce-fast: Beetle PCE Fast for Kodi"
|
||||
PKG_LONGDESC="game.libretro.beetle-pce-fast: Beetle PCE Fast for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_pce_fast_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Standalone port of Mednafen PCFX to libretro"
|
||||
PKG_LONGDESC="Standalone port of Mednafen PCFX to libretro"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_pcfx_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Fork of Mednafen PSX"
|
||||
PKG_LONGDESC="Fork of Mednafen PSX"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_psx_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.beetle-saturn: beetle-saturn for Kodi"
|
||||
PKG_LONGDESC="game.libretro.beetle-saturn: beetle-saturn for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_saturn_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Standalone port of Mednafen PCE Fast to libretro. This one only emulates a SuperGrafx TG-16"
|
||||
PKG_LONGDESC="Standalone port of Mednafen PCE Fast to libretro. This one only emulates a SuperGrafx TG-16"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_supergrafx_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Standalone port of Mednafen VB to libretro"
|
||||
PKG_LONGDESC="Standalone port of Mednafen VB to libretro"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_vb_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Standalone port of Mednafen WonderSwan to libretro, itself a fork of Cygne"
|
||||
PKG_LONGDESC="Standalone port of Mednafen WonderSwan to libretro, itself a fork of Cygne"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mednafen_wswan_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.bluemsx: BlueMSX for Kodi"
|
||||
PKG_LONGDESC="game.libretro.bluemsx: BlueMSX for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="bluemsx_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.bnes: bNES for Kodi"
|
||||
PKG_LONGDESC="game.libretro.bnes: bNES for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="bnes_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.beetle-bsnes-accuracy: Beetle bSNES for Kodi"
|
||||
PKG_LONGDESC="game.libretro.beetle-bsnes-accuracy: Beetle bSNES for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="bsnes_mercury_accuracy_libretro.so"
|
||||
PKG_LIBPATH="out/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.beetle-bsnes-balanced: Beetle bSNES for Kodi"
|
||||
PKG_LONGDESC="game.libretro.beetle-bsnes-balanced: Beetle bSNES for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="bsnes_mercury_balanced_libretro.so"
|
||||
PKG_LIBPATH="out/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.beetle-bsnes-performance: Beetle bSNES for Kodi"
|
||||
PKG_LONGDESC="game.libretro.beetle-bsnes-performance: Beetle bSNES for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="bsnes_mercury_performance_libretro.so"
|
||||
PKG_LIBPATH="out/$PKG_LIBNAME"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.cap32: cap32 for Kodi"
|
||||
PKG_LONGDESC="game.libretro.cap32: cap32 for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="cap32_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="A simple Minecraft clone written in C using modern OpenGL (shaders)"
|
||||
PKG_LONGDESC="A simple Minecraft clone written in C using modern OpenGL (shaders)"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="craft_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="libretro wrapper for desmume NDS emulator."
|
||||
PKG_LONGDESC="libretro wrapper for desmume NDS emulator."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="desmume_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.dinothawr: dinothawr for Kodi"
|
||||
PKG_LONGDESC="game.libretro.dinothawr: dinothawr for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="dinothawr_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform enet"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC"
|
||||
PKG_LONGDESC="Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="dolphin_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.dosbox: DOSBox for Kodi"
|
||||
PKG_LONGDESC="game.libretro.dosbox: DOSBox for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="dosbox_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.fba: fba for Kodi"
|
||||
PKG_LONGDESC="game.libretro.fba: fba for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="fbalpha_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.fceumm: FCEUmm emulator for Kodi"
|
||||
PKG_LONGDESC="game.libretro.fceumm: FCEUmm emulator for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="fceumm_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.fmsx: fmsx for Kodi"
|
||||
PKG_LONGDESC="game.libretro.fmsx: fmsx for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="fmsx_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.fuse: fuse for Kodi"
|
||||
PKG_LONGDESC="game.libretro.fuse: fuse for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="fuse_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.gambatte: Gambatte for Kodi"
|
||||
PKG_LONGDESC="game.libretro.gambatte: Gambatte for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="gambatte_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.genplus: Genesis Plus GX for Kodi"
|
||||
PKG_LONGDESC="game.libretro.genplus: Genesis Plus GX for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="genesis_plus_gx_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.gw: gw for Kodi"
|
||||
PKG_LONGDESC="game.libretro.gw: gw for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="gw_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.handy: handy for Kodi"
|
||||
PKG_LONGDESC="game.libretro.handy: handy for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="handy_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.hatari: hatari for Kodi"
|
||||
PKG_LONGDESC="game.libretro.hatari: hatari for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="hatari_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.mame: MAME for Kodi"
|
||||
PKG_LONGDESC="game.libretro.mame: MAME for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mame_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="2000 version of MAME (0.37b5) for libretro"
|
||||
PKG_LONGDESC="2000 version of MAME (0.37b5) for libretro"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mame2000_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Late 2003 version of MAME (0.78) for libretro"
|
||||
PKG_LONGDESC="Late 2003 version of MAME (0.78) for libretro"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mame2003_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Late 2010 version of MAME (0.139) for libretro"
|
||||
PKG_LONGDESC="Late 2010 version of MAME (0.139) for libretro"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mame2010_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Late 2014/Early 2015 version of MAME (0.159-ish) for libretro"
|
||||
PKG_LONGDESC="Late 2014/Early 2015 version of MAME (0.159-ish) for libretro"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mame2014_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,8 +28,8 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.meteor: Meteor GBA for Kodi"
|
||||
PKG_LONGDESC="game.libretro.meteor: Meteor GBA for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="meteor_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.mgba: mGBA for Kodi"
|
||||
PKG_LONGDESC="game.libretro.mgba: mGBA for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mgba_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.mrboom: mrboom for Kodi"
|
||||
PKG_LONGDESC="game.libretro.mrboom: mrboom for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mrboom_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.mupen64plus: Mupen64Plus for Kodi"
|
||||
PKG_LONGDESC="game.libretro.mupen64plus: Mupen64Plus for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="mupen64plus_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.nestopia: Nestopia for Kodi"
|
||||
PKG_LONGDESC="game.libretro.nestopia: Nestopia for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="nestopia_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.nx: nx for Kodi"
|
||||
PKG_LONGDESC="game.libretro.nx: nx for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="nxengine_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.o2em: o2em for Kodi"
|
||||
PKG_LONGDESC="game.libretro.o2em: o2em for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="o2em_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.pcsx-rearmed: PCSX Rearmed for Kodi"
|
||||
PKG_LONGDESC="game.libretro.pcsx-rearmed: PCSX Rearmed for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="pcsx_rearmed_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -29,7 +29,7 @@ PKG_DEPENDS_HOST="cyclone68000"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Fast MegaDrive/MegaCD/32X emulator"
|
||||
PKG_LONGDESC="Fast MegaDrive/MegaCD/32X emulator"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="picodrive_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="A PSP emulator for Android, Windows, Mac, Linux and Blackberry 10, written in C++."
|
||||
PKG_LONGDESC="A PSP emulator for Android, Windows, Mac, Linux and Blackberry 10, written in C++."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="ppsspp_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.prboom: prboom for Kodi"
|
||||
PKG_LONGDESC="game.libretro.prboom: prboom for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="prboom_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Port of ProSystem to libretro"
|
||||
PKG_LONGDESC="Port of ProSystem to libretro"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="prosystem_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.quicknes: QuickNES for Kodi"
|
||||
PKG_LONGDESC="game.libretro.quicknes: QuickNES for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="quicknes_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Reicast is a multiplatform Sega Dreamcast emulator"
|
||||
PKG_LONGDESC="Reicast is a multiplatform Sega Dreamcast emulator"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="reicast_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.scummvm: scummvm for Kodi"
|
||||
PKG_LONGDESC="game.libretro.scummvm: scummvm for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="scummvm_libretro.so"
|
||||
PKG_LIBPATH="backends/platform/libretro/build/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.snes9x: snes9x for Kodi"
|
||||
PKG_LONGDESC="game.libretro.snes9x: snes9x for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="snes9x_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Port of SNES9x 1.39 for libretro. Heavily optimized for ARM."
|
||||
PKG_LONGDESC="Port of SNES9x 1.39 for libretro. Heavily optimized for ARM."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="snes9x2002_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="snes9x2010 for Kodi"
|
||||
PKG_LONGDESC="snes9x2010 for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="snes9x2010_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.stella: Stella for Kodi"
|
||||
PKG_LONGDESC="game.libretro.stella: Stella for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="stella_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.tgbdual: tgbdual for Kodi"
|
||||
PKG_LONGDESC="game.libretro.tgbdual: tgbdual for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="tgbdual_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.tyrquake: tyrquake for Kodi"
|
||||
PKG_LONGDESC="game.libretro.tyrquake: tyrquake for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="tyrquake_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.vba-next: VBA-Next for Kodi"
|
||||
PKG_LONGDESC="game.libretro.vba-next: VBA-Next for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="vba_next_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.vbam: VBA-M for Kodi"
|
||||
PKG_LONGDESC="game.libretro.vbam: VBA-M for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="vbam_libretro.so"
|
||||
PKG_LIBPATH="src/libretro/$PKG_LIBNAME"
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.vecx: vecx for Kodi"
|
||||
PKG_LONGDESC="game.libretro.vecx: vecx for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="vecx_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="Port of Virtual Jaguar to Libretro"
|
||||
PKG_LONGDESC="Port of Virtual Jaguar to Libretro"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="virtualjaguar_libretro.so"
|
||||
PKG_LIBPATH="$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
||||
PKG_SECTION="emulation"
|
||||
PKG_SHORTDESC="game.libretro.yabause: Yabause for Kodi"
|
||||
PKG_LONGDESC="game.libretro.yabause: Yabause for Kodi"
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_LIBNAME="yabause_libretro.so"
|
||||
PKG_LIBPATH="libretro/$PKG_LIBNAME"
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="graphics"
|
||||
PKG_SHORTDESC="libjpeg-turbo: a high-speed version of libjpeg for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression."
|
||||
PKG_LONGDESC="libjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--enable-static \
|
||||
--disable-shared \
|
||||
|
@ -28,7 +28,7 @@ PKG_DEPENDS_TARGET="toolchain zlib"
|
||||
PKG_SECTION="graphics"
|
||||
PKG_SHORTDESC="libpng: Portable Network Graphics (PNG) Reference Library"
|
||||
PKG_LONGDESC="PNG (Portable Network Graphics) is an extensible file format for the lossless, portable, well-compressed storage of raster images. PNG provides a patent-free replacement for GIF and can also replace many common uses of TIFF. Indexed-color, grayscale, and truecolor images are supported, plus an optional alpha channel. Sample depths range from 1 to 16 bits."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_z_zlibVersion=yes \
|
||||
--enable-static \
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_HOST="ccache:host"
|
||||
PKG_SECTION="toolchain/lang"
|
||||
PKG_SHORTDESC="yasm: A complete rewrite of the NASM assembler"
|
||||
PKG_LONGDESC="Yasm is a complete rewrite of the NASM assembler under the new BSD License (some portions are under other licenses, see COPYING for details). It is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats and even multiple instruction sets. Another primary module of the overall design is an optimizer module."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--disable-debug \
|
||||
--disable-warnerror \
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain yasm:host alsa-lib systemd dbus"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="SDL2: A cross-platform Graphic API"
|
||||
PKG_LONGDESC="Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of 'Civilization: Call To Power.' Simple DirectMedia Layer supports Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static \
|
||||
--enable-libc \
|
||||
|
@ -27,7 +27,7 @@ PKG_DEPENDS_TARGET="toolchain zlib libpng"
|
||||
PKG_SECTION="print"
|
||||
PKG_SHORTDESC="freetype: TrueType font rendering library"
|
||||
PKG_LONGDESC="The FreeType engine is a free and portable TrueType font rendering engine. It has been developed to provide TT support to a great variety of platforms and environments."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
# package specific configure options
|
||||
PKG_CONFIGURE_OPTS_TARGET="LIBPNG_CFLAGS=-I$SYSROOT_PREFIX/usr/include \
|
||||
|
@ -35,7 +35,7 @@ PKG_DEPENDS_TARGET="toolchain zlib openssl rtmpdump"
|
||||
PKG_SECTION="web"
|
||||
PKG_SHORTDESC="curl: Client and library for (HTTP, HTTPS, FTP, ...) transfers"
|
||||
PKG_LONGDESC="Curl is a client to get documents/files from or send documents to a server, using any of the supported protocols (HTTP, HTTPS, FTP, FTPS, GOPHER, DICT, TELNET, LDAP or FILE). The command is designed to work without user interaction or any kind of interactivity."
|
||||
PKG_USE_CMAKE="no"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
|
||||
ac_cv_header_librtmp_rtmp_h=yes \
|
||||
|
Loading…
x
Reference in New Issue
Block a user