mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
optimize SDK
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
11
FunKey/package/fluidlite/0001-fluidlite.patch
Normal file
11
FunKey/package/fluidlite/0001-fluidlite.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -125,7 +125,7 @@
|
||||
endif()
|
||||
endif()
|
||||
|
||||
-option(FLUIDLITE_BUILD_SHARED "Build shared library" TRUE)
|
||||
+option(FLUIDLITE_BUILD_SHARED "Build shared library" FALSE)
|
||||
if(FLUIDLITE_BUILD_SHARED)
|
||||
add_library(${PROJECT_NAME} SHARED ${SOURCES})
|
||||
|
||||
5
FunKey/package/fluidlite/Config.in
Normal file
5
FunKey/package/fluidlite/Config.in
Normal file
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_FLUIDLITE
|
||||
bool "FluidLite"
|
||||
depends on BR2_USE_MMU
|
||||
help
|
||||
FluidLite is a very light version of FluidSynth.
|
||||
3
FunKey/package/fluidlite/fluidsynth.hash
Normal file
3
FunKey/package/fluidlite/fluidsynth.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 ef4d008f9fe2fa9a48135505d42dd7e8e9cc4d7494a4b13d6caa13adb5c61ff8 1.0.tar.gz
|
||||
sha256 a5564e99fd7f49e1344152a8c5bc1d420d5f973b30e010946764db0b5b9e668c LICENSE
|
||||
19
FunKey/package/fluidlite/fluidsynth.mk
Normal file
19
FunKey/package/fluidlite/fluidsynth.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# FLUIDLITE
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FLUIDLITE_VERSION = fdd05bad03cdb24d1f78b5fe3453842890c1b0e8
|
||||
FLUIDLITE_SITE = $(call github,gcw0,FluidLite,$(FLUIDLITE_VERSION))
|
||||
FLUIDLITE_LICENSE = LGPL-2.1+
|
||||
FLUIDLITE_LICENSE_FILES = LICENSE
|
||||
FLUIDLITE_INSTALL_STAGING = YES
|
||||
FLUIDLITE_DEPENDENCIES =
|
||||
|
||||
# Disable the shared library for static only build
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
FLUIDLITE_CONF_OPTS += -DDFLUIDLITE_BUILD_SHARED=FALSE
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user