diff options
author | Phil Sutter <phil@nwl.cc> | 2025-01-05 01:18:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-06 11:53:43 +0100 |
commit | 4aea70406acabfa1a3f885243fd12c354251f62c (patch) | |
tree | 326ec41aa15c29e4abd5d0bf72ca52556468a1a2 /package/glib | |
parent | 840e44d0b0112830d4af2670476fa66b35e005c1 (diff) |
package: glib: glib-host to explicitly depend on zlib-host
This is required, make sure things won't break if a config is possible
which does not already pull it in via some other dependency.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/glib')
-rw-r--r-- | package/glib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index f83648bae..188f1fc2e 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -13,7 +13,7 @@ PKG_SECTION:= libs/misc PKG_DEPENDS:= pcre2 zlib libffi libiconv PKG_BUILDDEP:= glib-host util-linux libffi zlib dbus pcre2 libiconv HOST_BUILDDEP:= pkgconf-host libiconv-host libffi-host python3-host gettext-host util-linux-host -HOST_BUILDDEP+= pcre2-host meson-host +HOST_BUILDDEP+= pcre2-host meson-host zlib-host PKG_NEEDS:= threads intl iconv PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/glib/$(PKG_EXTRAVER)/ |