summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 09:57:45 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 09:57:45 +0100
commit5aa4a698e066cf8b232dcf188263423b60072d32 (patch)
tree7b4cb238a0f5ae86d5d4d3f846ac870ec1b08f6a
parent1a7097c14bd8488ce09bc31a714d4ff5c6489941 (diff)
downloadembtoolkit-5aa4a698e066cf8b232dcf188263423b60072d32.tar.gz
embtoolkit-5aa4a698e066cf8b232dcf188263423b60072d32.tar.bz2
embtoolkit-5aa4a698e066cf8b232dcf188263423b60072d32.tar.xz
Packages: X11/libfontenc: needs zlib
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--packages/x11/libfontenc/libfontenc.kconfig1
-rw-r--r--packages/x11/libfontenc/libfontenc.mk4
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/x11/libfontenc/libfontenc.kconfig b/packages/x11/libfontenc/libfontenc.kconfig
index 0517901..69c648f 100644
--- a/packages/x11/libfontenc/libfontenc.kconfig
+++ b/packages/x11/libfontenc/libfontenc.kconfig
@@ -25,6 +25,7 @@
config EMBTK_HAVE_LIBFONTENC
bool "Have libfontenc"
+ select EMBK_HAVE_ZLIB
help
libfontenc for X windowing system
choice
diff --git a/packages/x11/libfontenc/libfontenc.mk b/packages/x11/libfontenc/libfontenc.mk
index 3ae06ac..a4c0862 100644
--- a/packages/x11/libfontenc/libfontenc.mk
+++ b/packages/x11/libfontenc/libfontenc.mk
@@ -34,11 +34,13 @@ LIBFONTENC_INCLUDES = X11/fonts/fontenc.h
LIBFONTENC_LIBS = libfontenc.*
LIBFONTENC_PKGCONFIGS = libfontenc.pc
+LIBFONTENC_DEPS := zlib_target_install
+
libfontenc_install:
@test -e $(LIBFONTENC_BUILD_DIR)/.installed || \
$(MAKE) $(LIBFONTENC_BUILD_DIR)/.installed
-$(LIBFONTENC_BUILD_DIR)/.installed: download_libfontenc \
+$(LIBFONTENC_BUILD_DIR)/.installed: $(LIBFONTENC_DEPS) download_libfontenc \
$(LIBFONTENC_BUILD_DIR)/.decompressed $(LIBFONTENC_BUILD_DIR)/.configured
$(call EMBTK_GENERIC_MESSAGE,"Compiling and installing \
libfontenc-$(LIBFONTENC_VERSION) in your root filesystem...")