* [Buildroot] [PATCH 1/1] package/netsurf: needs host-vim
@ 2019-07-28 9:23 Bernd Kuhls
2019-07-28 10:23 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2019-07-28 9:23 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/ade/adead660148cec04910b7a616cc85adfdd63ae95/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/netsurf/netsurf.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/netsurf/netsurf.mk b/package/netsurf/netsurf.mk
index b510a69649..f82f3b5da8 100644
--- a/package/netsurf/netsurf.mk
+++ b/package/netsurf/netsurf.mk
@@ -9,8 +9,9 @@ NETSURF_SOURCE = netsurf-all-$(NETSURF_VERSION).tar.gz
NETSURF_SITE = http://download.netsurf-browser.org/netsurf/releases/source-full
NETSURF_LICENSE = GPL-2.0
NETSURF_LICENSE_FILES = netsurf/COPYING
+# host-vim needed for the xxd utility
NETSURF_DEPENDENCIES = expat jpeg libpng \
- host-bison host-flex host-gperf host-pkgconf
+ host-bison host-flex host-gperf host-pkgconf host-vim
ifeq ($(BR2_PACKAGE_NETSURF_GTK),y)
NETSURF_DEPENDENCIES += libgtk2
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-28 10:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-28 9:23 [Buildroot] [PATCH 1/1] package/netsurf: needs host-vim Bernd Kuhls
2019-07-28 10:23 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox