PACKAGE: Add DirectFB2 & SDL2 (#134)

* Add SDL2 + DirectFB2

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
This commit is contained in:
tiopex
2024-11-09 19:59:04 +01:00
committed by GitHub
parent 6f3f36172a
commit 313fad9dbf
14 changed files with 138 additions and 6 deletions

4
package/flux/Config.in Normal file
View File

@@ -0,0 +1,4 @@
config BR2_PACKAGE_FLUX
bool "flux"
help
flux

2
package/flux/flux.hash Normal file
View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 b770c27124d43c73d1767455879d3595ae4ac19eb78d79c3372812fe1506c5b3 flux-e45758aa9384b9740ff021ea952399fd113eb0e9-br1.tar.gz

15
package/flux/flux.mk Normal file
View File

@@ -0,0 +1,15 @@
################################################################################
#
# flux
#
################################################################################
FLUX_VERSION = e45758aa9384b9740ff021ea952399fd113eb0e9
FLUX_SITE = https://github.com/deniskropp/flux.git
FLUX_SITE_METHOD = git
FLUX_LICENSE = GPL-3
FLUX_AUTORECONF = YES
HOST_FLUX_DEPENDENCIES = host-pkgconf
$(eval $(host-autotools-package))