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/SDL_ttf | |
parent | b5b344787ba362d146651967691da117a12ff61d (diff) |
remove gettext-tiny, libintl is now included in uClibc-ng
Diffstat (limited to 'package/SDL_ttf')
-rw-r--r-- | package/SDL_ttf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/SDL_ttf/Makefile b/package/SDL_ttf/Makefile index 694760a58..187bbecfc 100644 --- a/package/SDL_ttf/Makefile +++ b/package/SDL_ttf/Makefile @@ -10,7 +10,8 @@ PKG_HASH:= 7d38704bcc7c34029c2dcb73b2d4857e8ad76341c6e0faed279eb9f743c66c6a PKG_DESCR:= truetype fonts for sdl applications PKG_SECTION:= libs/fonts PKG_DEPENDS:= libsdl libfreetype -PKG_BUILDDEP:= sdl freetype gettext-tiny +PKG_BUILDDEP:= sdl freetype +PKG_NEEDS:= intl PKG_URL:= http://www.libsdl.org/projects/SDL_ttf/ PKG_SITES:= http://www.libsdl.org/projects/SDL_ttf/release/ PKG_LIBNAME:= libsdl-ttf |