From 687b18f07228aac2b168ea5e3204c1c3518929a7 Mon Sep 17 00:00:00 2001 From: ar Date: Sat, 22 Jan 2005 21:53:54 +0000 Subject: - build opie-freetype against freetype2 you must specified /include/freetype2 in dependencies menu (make menuconfig) --- (limited to 'Rules.make') diff --git a/Rules.make b/Rules.make index bdfe6d4..3fbce76 100644 --- a/Rules.make +++ b/Rules.make @@ -127,6 +127,9 @@ ifeq ($(CONFIG_LIBSWORD_DEP),y) echo LIBSWORD_LIB_DIR = $(CONFIG_LIBSWORD_LIB_DIR) >> $@ echo LIBSWORD_INC_DIR = $(CONFIG_LIBSWORD_INC_DIR) >> $@ endif +ifeq ($(CONFIG_LIBFREETYPE2_DEP),y) + echo LIBFREETYPE2_INC_DIR = $(CONFIG_LIBFREETYPE2_INC_DIR) >> $@ +endif $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages @echo Generating dependency information... # add to subdir-y, and add descend rules -- cgit v0.9.0.2