Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] irssi: add missing dependency on host-pkgconf
@ 2015-11-03 19:45 Rodrigo Rebello
  2015-11-03 19:49 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Rodrigo Rebello @ 2015-11-03 19:45 UTC (permalink / raw)
  To: buildroot

The irssi configure script uses pkg-config to detect the availability of
libglib2 and openssl.

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
---
 package/irssi/irssi.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/irssi/irssi.mk b/package/irssi/irssi.mk
index d38d917..6857a11 100644
--- a/package/irssi/irssi.mk
+++ b/package/irssi/irssi.mk
@@ -11,7 +11,7 @@ IRSSI_SOURCE = irssi-$(IRSSI_VERSION).tar.bz2
 IRSSI_SITE = http://pkgs.fedoraproject.org/repo/pkgs/irssi/$(IRSSI_SOURCE)/ecf64be47978d89a742b435a81cb47db
 IRSSI_LICENSE = GPLv2+
 IRSSI_LICENSE_FILES = COPYING
-IRSSI_DEPENDENCIES = libglib2 ncurses
+IRSSI_DEPENDENCIES = host-pkgconf libglib2 ncurses
 IRSSI_AUTORECONF = YES
 
 IRSSI_CONF_OPTS = \
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-03 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-03 19:45 [Buildroot] [PATCH 1/1] irssi: add missing dependency on host-pkgconf Rodrigo Rebello
2015-11-03 19:49 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox