9ae23e3911
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
355 B
Makefile
14 lines
355 B
Makefile
#############################################################
|
|
#
|
|
# divine
|
|
#
|
|
#############################################################
|
|
|
|
DIVINE_VERSION := 0.4.0
|
|
DIVINE_SITE := http://www.directfb.org/downloads/Extras
|
|
DIVINE_SOURCE = DiVine-$(DIVINE_VERSION).tar.gz
|
|
DIVINE_INSTALL_STAGING = YES
|
|
DIVINE_DEPENDENCIES = directfb
|
|
|
|
$(eval $(call AUTOTARGETS))
|