add gmenu2x

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2020-12-04 22:59:23 +01:00
parent 292928d1d9
commit 59929c47e4
16 changed files with 132 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBINI
bool "libini"
help
Tiny library to help reading INI files.
https://github.com/pcercuei/libini

View File

@@ -0,0 +1 @@
sha256 fbb4fd49d367f4c700e893a5ea82e3c8c0175ee917d456de34593a981d7a68b3 libini-c3413da.tar.gz

View File

@@ -0,0 +1,10 @@
#############################################################
#
# libini
#
#############################################################
LIBINI_VERSION = c3413da
LIBINI_SITE = $(call github,pcercuei,libini,$(LIBINI_VERSION))
LIBINI_INSTALL_STAGING = YES
$(eval $(cmake-package))