summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin2012-11-13 21:34:18 +0000
committerJohn Crispin2012-11-13 21:34:18 +0000
commit490379877625e06d533bab2ca87ad6b3593c865e (patch)
treea40d18b967a5db975f8bc33608f69701f038c32d
parentca76a2f728489ab2b6208cde62f7d7f3c23afb29 (diff)
downloadfeeds-master.tar.gz
xorg/libs/fltk2 build is brokenHEADmaster
set proper depend variable SVN-Revision: 34199
-rw-r--r--xorg/lib/fltk2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg/lib/fltk2/Makefile b/xorg/lib/fltk2/Makefile
index 85cbc67..eed2908 100644
--- a/xorg/lib/fltk2/Makefile
+++ b/xorg/lib/fltk2/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=fltk2
PKG_REV:=6671
PKG_VERSION:=r$(PKG_REV)
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
@@ -30,7 +30,7 @@ define Package/fltk2
SUBMENU:=framework
TITLE:=Fltk2
URL:=http://fltk.org/
- DEPENDS:=+libXi +libstdcpp +libfreetype
+ DEPENDS:=+libXi +libstdcpp +libfreetype +libXft +libpthread
endef
define Package/fltk2/description