mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
* Add SDL2 + DirectFB2 --------- Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
16 lines
421 B
Makefile
16 lines
421 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|
|
|