After switching directfb to 1.6.3 sawman must also be bumped to the current version because the old version can't be builded with newer libs and headers from directfb. Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
353 B
Makefile
13 lines
353 B
Makefile
#############################################################
|
|
#
|
|
# SAWMAN
|
|
#
|
|
#############################################################
|
|
SAWMAN_VERSION = 1.6.3
|
|
SAWMAN_SOURCE = SaWMan-$(SAWMAN_VERSION).tar.gz
|
|
SAWMAN_SITE = http://www.directfb.org/downloads/Extras
|
|
SAWMAN_INSTALL_STAGING = YES
|
|
SAWMAN_DEPENDENCIES = directfb
|
|
|
|
$(eval $(autotools-package))
|