Browse Source
glib2: add gettext-full build dependency
I don't know why this is needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
4 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
1 additions and
1 deletions
-
libs/glib2/Makefile
|
|
@ -22,7 +22,7 @@ PKG_CPE_ID:=cpe:/a:gnome:glib |
|
|
|
|
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) |
|
|
|
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/glib-$(PKG_VERSION) |
|
|
|
PKG_BUILD_DEPENDS:=meson/host |
|
|
|
PKG_BUILD_DEPENDS:=meson/host gettext-full |
|
|
|
HOST_BUILD_DEPENDS:=meson/host gettext-full/host libiconv/host libffi/host |
|
|
|
PKG_INSTALL:=1 |
|
|
|
|
|
|
|