diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-08 19:04:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-08 19:04:03 +0200 |
commit | 0074de91341686bf272a918127f20e9f42dd671b (patch) | |
tree | 4810df7a7cb05a88660ecdd34852adae93716e3f /package/gdk-pixbuf | |
parent | 8b8e101495c4d0a13744530edd2ddf84bd225244 (diff) |
gdk-pixbuf: add package dependencies
Diffstat (limited to 'package/gdk-pixbuf')
-rw-r--r-- | package/gdk-pixbuf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gdk-pixbuf/Makefile b/package/gdk-pixbuf/Makefile index e10050cfe..c47c5c131 100644 --- a/package/gdk-pixbuf/Makefile +++ b/package/gdk-pixbuf/Makefile @@ -10,6 +10,7 @@ PKG_RELEASE:= 1 PKG_HASH:= b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7 PKG_DESCR:= image loading and pixel buffer manipulation library PKG_SECTION:= libs/image +PKG_DEPENDS:= libjpeg-turbo libtiff glib libpng PKG_BUILDDEP:= libjpeg-turbo libtiff glib libpng gdk-pixbuf-host HOST_BUILDDEP:= glib-host libffi-host libpng-host libjpeg-turbo-host PKG_NEEDS:= c++ |