Change Details
gnuplot-gfx/Makefile |
41 | 41 | |
42 | 42 | include $(INCLUDE_DIR)/host-build.mk |
43 | 43 | include $(INCLUDE_DIR)/package.mk |
| 44 | include $(INCLUDE_DIR)/nls.mk |
44 | 45 | |
45 | 46 | define Package/gnuplot-gfx/Default |
46 | 47 | SECTION:=utils |
... | ... | |
58 | 59 | |
59 | 60 | define Package/gnuplot-gfx |
60 | 61 | $(call Package/gnuplot-gfx/Default) |
61 | | DEPENDS:=+libncurses +uclibcxx +zlib +libpng +libfreetype +libgd +libintl +libiconv +svgalib |
| 62 | DEPENDS:=+libncurses +uclibcxx +zlib +libpng +libfreetype +libgd $(INTL_DEPENDS) $(ICONV_DEPENDS) +svgalib |
62 | 63 | TITLE+= |
63 | 64 | endef |
64 | 65 | |
... | ... | |
129 | 130 | TARGET_CPPFLAGS += -DDEFAULTTERM=\\\"linux\\\" |
130 | 131 | |
131 | 132 | # todo: insto cppflags |
132 | | TARGET_CFLAGS += \ |
133 | | -I$(STAGING_DIR)/usr/lib/libintl/include \ |
134 | | -I$(STAGING_DIR)/usr/lib/libiconv/include |
135 | 133 | |
136 | 134 | TARGET_LDFLAGS+= \ |
137 | | -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ |
138 | | -L$(STAGING_DIR)/usr/lib/libintl/lib \ |
139 | | -L$(STAGING_DIR)/usr/lib/libiconv/lib |
| 135 | -Wl,-rpath-link=$(STAGING_DIR)/usr/lib |
140 | 136 | |
141 | 137 | # todo: remove that when stable |
142 | 138 | MAKE_FLAGS += -j2 |
Download the corresponding diff file