]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): fix GTK4 package name in src/INSTALL
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Wed, 20 May 2026 18:36:11 +0000 (18:36 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 20 May 2026 18:36:11 +0000 (18:36 +0000)
commitaee12156ee3018efcdae87a8c2c327db386f0a5d
treebba7cddbfcac6511614ca3a855236a8d04be8d01
parentaed758986de7e677d63b1f6caa845938a2fabbdc
runtime(doc): fix GTK4 package name in src/INSTALL

The GTK4 section in src/INSTALL pointed at libgtk-3-dev. Use
libgtk-4-dev and note that GTK4 is not the default and requires
--enable-gui=gtk4.

closes: #20254

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/INSTALL