Răsfoiți Sursa

irssi: drop obsolete configure option

The configure option --with-ncurses has been removed in version 1.0.0
and thus is no longer needed.

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Rodrigo Rebello 8 ani în urmă
părinte
comite
a97b1e03fe
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      package/irssi/irssi.mk

+ 0 - 1
package/irssi/irssi.mk

@@ -15,7 +15,6 @@ IRSSI_DEPENDENCIES = host-pkgconf libglib2 ncurses openssl
 
 IRSSI_CONF_OPTS = \
 	--disable-glibtest \
-	--with-ncurses=$(STAGING_DIR)/usr \
 	--without-perl
 
 ifeq ($(BR2_PACKAGE_IRSSI_PROXY),y)