mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 10:22:46 +01:00
optimize SDK
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
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