summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-27 10:45:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-27 10:45:50 +0200
commit0e2edecb10acf87677055ef3d8769860535a9570 (patch)
tree4e139a2f26ec387558f445920bdb2245c577cf5d /package
parent1d83b956fb14aa41fbd70233165ac0352fbf1826 (diff)
add cairo runtime dependency
Diffstat (limited to 'package')
-rw-r--r--package/gtk+/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gtk+/Makefile b/package/gtk+/Makefile
index ec295d37b..7570e8465 100644
--- a/package/gtk+/Makefile
+++ b/package/gtk+/Makefile
@@ -6,11 +6,11 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= gtk+
PKG_VERSION:= 2.24.23
PKG_EXTRAVER:= 2.24
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 0be39fbed4ca125645175cd6e22f2548
PKG_DESCR:= multi-platform toolkit for creating graphical user interfaces
PKG_SECTION:= libs/misc
-PKG_DEPENDS:= glib libstdcxx
+PKG_DEPENDS:= glib libstdcxx cairo
PKG_BUILDDEP:= cairo atk pango libXext renderproto libXrender
PKG_BUILDDEP+= gdk-pixbuf libXcomposite libXdamage libX11
PKG_URL:= http://www.gtk.org/