Revert "ncurses: package the tinfo library separately"
This reverts commit 975f7160dd
.
This commit is contained in:
parent
30d955a7a5
commit
cf3da7d204
1 changed files with 2 additions and 3 deletions
|
@ -61,7 +61,6 @@ CONFIGURE_ARGS += \
|
|||
--disable-home-terminfo \
|
||||
--with-normal \
|
||||
--with-shared \
|
||||
--with-termlib \
|
||||
--with-terminfo-dirs=/usr/share/terminfo \
|
||||
--with-default-terminfo-dir=/usr/share/terminfo \
|
||||
--enable-widec \
|
||||
|
@ -117,7 +116,7 @@ endef
|
|||
|
||||
define Package/libncursesw/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
for lib in ncurses panel menu form tinfo; do \
|
||||
for lib in ncurses panel menu form; do \
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$$$${lib}w.so* $(1)/usr/lib/; \
|
||||
ln -s lib$$$${lib}w.so $(1)/usr/lib/lib$$$${lib}.so; \
|
||||
done
|
||||
|
@ -125,7 +124,7 @@ endef
|
|||
|
||||
define Build/InstallDev
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)
|
||||
for lib in ncurses panel menu form tinfo; do \
|
||||
for lib in ncurses panel menu form; do \
|
||||
ln -s lib$$$${lib}w.so $(1)/usr/lib/lib$$$${lib}.so; \
|
||||
done
|
||||
$(INSTALL_DIR) $(2)/bin
|
||||
|
|
Loading…
Reference in a new issue