a731c7d623
Make sure readline is built before gnuchess if enabled, so it correctly detects it and doesn't populate tgt-config.cache with invalid values. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
374 B
Makefile
14 lines
374 B
Makefile
#############################################################
|
|
#
|
|
# gnuchess
|
|
#
|
|
#############################################################
|
|
GNUCHESS_VERSION = 5.07
|
|
GNUCHESS_SOURCE = gnuchess-$(GNUCHESS_VERSION).tar.gz
|
|
GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
|
|
|
|
GNUCHESS_DEPENDENCIES = $(if $(BR2_PACKAGE_READLINE),readline)
|
|
|
|
$(eval $(call AUTOTARGETS,package/games,gnuchess))
|
|
|