diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 19:25:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 19:25:04 +0100 |
commit | 9d558ab93a7d672f4fcf9c5c1bdd123005355b5d (patch) | |
tree | 8b4bc18bce0f6d82c462356a900a0196305bde6e /package/at-spi2-core | |
parent | b5b344787ba362d146651967691da117a12ff61d (diff) |
remove gettext-tiny, libintl is now included in uClibc-ng
Diffstat (limited to 'package/at-spi2-core')
-rw-r--r-- | package/at-spi2-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/at-spi2-core/Makefile b/package/at-spi2-core/Makefile index e9ecb7ebf..c6db623bf 100644 --- a/package/at-spi2-core/Makefile +++ b/package/at-spi2-core/Makefile @@ -11,7 +11,8 @@ PKG_HASH:= bae426d13d4a1ae3a35c6dd444e7fdef2159fbc9170eb39b6ae3213a27042d92 PKG_DESCR:= d-bus based accessibility framework PKG_SECTION:= libs/misc PKG_DEPENDS:= glib libxtst -PKG_BUILDDEP:= glib libXtst libSM intltool-host gettext-tiny +PKG_BUILDDEP:= glib libXtst libSM intltool-host +PKG_NEEDS:= intl PKG_URL:= http://www.gnome.org/ PKG_SITES:= $(MASTER_SITE_GNOME:=at-spi2-core/$(PKG_EXTRAVER)/) PKG_OPTS:= dev |