From 5aa4a698e066cf8b232dcf188263423b60072d32 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 20 Nov 2010 09:57:45 +0100 Subject: Packages: X11/libfontenc: needs zlib Signed-off-by: Abdoulaye Walsimou Gaye --- packages/x11/libfontenc/libfontenc.kconfig | 1 + packages/x11/libfontenc/libfontenc.mk | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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...") -- cgit v1.2.3