diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-12 22:35:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-12 22:35:23 +0100 |
commit | 516066afb8df0db3f441714ef0576ba4709043ec (patch) | |
tree | 5b9a6894e8b6f05ce7f423e38bbe0164b00e1595 /package/gdk-pixbuf/Makefile | |
parent | e3748799ecfd34b4c589c07cd5c7ca3695f59288 (diff) |
gdk-pixbuf: fix build dependencies
Diffstat (limited to 'package/gdk-pixbuf/Makefile')
-rw-r--r-- | package/gdk-pixbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdk-pixbuf/Makefile b/package/gdk-pixbuf/Makefile index 1d4df4dfd..647b01aff 100644 --- a/package/gdk-pixbuf/Makefile +++ b/package/gdk-pixbuf/Makefile @@ -10,7 +10,7 @@ PKG_RELEASE:= 1 PKG_HASH:= d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879 PKG_DESCR:= image loading and pixel buffer manipulation library PKG_SECTION:= libs/image -PKG_BUILDDEP:= libjpeg-turbo libtiff +PKG_BUILDDEP:= libjpeg-turbo libtiff glib libpng HOST_BUILDDEP:= glib-host libffi-host PKG_NEEDS:= c++ PKG_SITES:= $(MASTER_SITE_GNOME:=gdk-pixbuf/$(PKG_EXTRAVER)/) |