aboutsummaryrefslogtreecommitdiff
path: root/freeciv
diff options
context:
space:
mode:
Diffstat (limited to 'freeciv')
-rw-r--r--freeciv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/freeciv/Makefile b/freeciv/Makefile
index 236e9e0..2dba692 100644
--- a/freeciv/Makefile
+++ b/freeciv/Makefile
@@ -15,7 +15,8 @@ include $(INCLUDE_DIR)/package.mk
define Package/freeciv
SECTION:=games
CATEGORY:=Games
- DEPENDS:=+libsdl +libsdl-image +libsdl-mixer +libfreetype +libiconv
+ DEPENDS:=+libsdl +libsdl-image +libsdl-mixer +libfreetype \
+ +libiconv-full +libncurses +libreadline
TITLE:=Freeciv
URL:=http://freeciv.wikia.com/
endef
@@ -29,7 +30,7 @@ EXTRA_LDFLAGS += $(shell $(STAGING_DIR)/root-xburst/usr/bin/directfb-config --li
EXTRA_CPPFLAGS += \
-DALWAYS_ROOT -DSMALL_SCREEN \
- -DKBDMOUSE='\"$(SOURCE)/files/kbdmouse.h\"'
+ -DKBDMOUSE='\"$(shell pwd)/files/kbdmouse.h\"'
CONFIGURE_ARGS += \
--enable-ipv6=no \