summaryrefslogtreecommitdiff
path: root/packages/x11/libfontenc/libfontenc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11/libfontenc/libfontenc.mk')
-rw-r--r--packages/x11/libfontenc/libfontenc.mk4
1 files changed, 3 insertions, 1 deletions
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...")