diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 15:30:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 15:30:51 +0200 |
commit | 53a04c2cc20d7fc34a6d772571b41e37c432e22b (patch) | |
tree | 34daba79a0ccf571bd19ee8420a274d55b167ece /package/pango/Makefile | |
parent | 0e5494c148d3385fb7d5e463b0aaa5448dcd825d (diff) |
remove PKG_NEED_CXX
Diffstat (limited to 'package/pango/Makefile')
-rw-r--r-- | package/pango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pango/Makefile b/package/pango/Makefile index e13760d08..0d5199432 100644 --- a/package/pango/Makefile +++ b/package/pango/Makefile @@ -9,11 +9,11 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= d9532826e95bdb374355deebc42441bb PKG_DESCR:= library for laying out and rendering of text PKG_SECTION:= libs +PKG_DEPENDS:= libstdcxx PKG_BUILDDEP:= libXft glib cairo harfbuzz libstdcxx fontconfig HOST_BUILDDEP:= cairo-host harfbuzz-host PKG_URL:= http://www.pango.org/ PKG_SITES:= ${MASTER_SITE_GNOME:=pango/1.36/} -PKG_NEED_CXX:= 1 PKG_OPTS:= dev ifeq ($(ADK_STATIC),y) |