mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
PACKAGE: Add DirectFB2 & SDL2 (#134)
* Add SDL2 + DirectFB2 --------- Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
This commit is contained in:
4
package/flux/Config.in
Normal file
4
package/flux/Config.in
Normal file
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_FLUX
|
||||
bool "flux"
|
||||
help
|
||||
flux
|
||||
2
package/flux/flux.hash
Normal file
2
package/flux/flux.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 b770c27124d43c73d1767455879d3595ae4ac19eb78d79c3372812fe1506c5b3 flux-e45758aa9384b9740ff021ea952399fd113eb0e9-br1.tar.gz
|
||||
15
package/flux/flux.mk
Normal file
15
package/flux/flux.mk
Normal 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))
|
||||
|
||||
Reference in New Issue
Block a user