summaryrefslogtreecommitdiff
path: root/package/imlib2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-22 13:46:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-22 13:46:25 +0200
commit47e110abbf0d3142d737e753833d0d6239965b2a (patch)
tree84308904e286e4ad1136dd447175eaa7ec19ae09 /package/imlib2
parent7695ce447acb41050295fd205e14ba55c378cdd2 (diff)
fix package names and package flavour dependencies
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies.
Diffstat (limited to 'package/imlib2')
-rw-r--r--package/imlib2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/imlib2/Makefile b/package/imlib2/Makefile
index bc7f6ea14..0bf66f4a0 100644
--- a/package/imlib2/Makefile
+++ b/package/imlib2/Makefile
@@ -10,7 +10,7 @@ PKG_MD5SUM:= 20d59c7cda06742015baade6f5975415
PKG_DESCR:= Version 2 of an advanced replacement library for libraries like libXpm
PKG_SECTION:= libs
PKG_DEPENDS:= libfreetype
-PKG_BUILDDEP:= libfreetype
+PKG_BUILDDEP:= freetype
PKG_URL:= http://www.enlightenment.org/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}