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

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))