mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
vim: disable wayland to fix missing dependency
vim autodetects wayland if it's installed, but there's no dependency on
it which results in:
Package vim-full is missing dependencies for the following libraries:
libwayland-client.so.0
Fixes: 4406b79 ("vim: bump to 9.1.1918")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Christian Marangi
parent
c02a20dc90
commit
f4cf114981
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=vim
|
PKG_NAME:=vim
|
||||||
PKG_VERSION:=9.1.1918
|
PKG_VERSION:=9.1.1918
|
||||||
PKG_XXD_VERSION:=2025.08.24
|
PKG_XXD_VERSION:=2025.08.24
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
VIMVER:=91
|
VIMVER:=91
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
@@ -126,7 +126,8 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-libsodium \
|
--disable-libsodium \
|
||||||
--disable-selinux \
|
--disable-selinux \
|
||||||
--with-tlib=ncurses \
|
--with-tlib=ncurses \
|
||||||
--with-compiledby="non-existent-hostname-compiled"
|
--with-compiledby="non-existent-hostname-compiled" \
|
||||||
|
--with-wayland=no
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_header_elf_h=no \
|
ac_cv_header_elf_h=no \
|
||||||
|
|||||||
Reference in New Issue
Block a user