diff mbox series

docs/manual/prerequisite.txt: 'make xconfig' uses Qt5, not Qt4

Message ID 20191027132658.23897-1-peter@korsgaard.com
State Accepted
Headers show
Series docs/manual/prerequisite.txt: 'make xconfig' uses Qt5, not Qt4 | expand

Commit Message

Peter Korsgaard Oct. 27, 2019, 1:26 p.m. UTC
Since commit 6eacea5a (support/kconfig: bump to kconfig from Linux
4.17-rc2), xconfig uses Qt5, so update prerequisite.txt to match.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 docs/manual/prerequisite.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Oct. 27, 2019, 2:02 p.m. UTC | #1
On Sun, 27 Oct 2019 14:26:58 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:

> Since commit 6eacea5a (support/kconfig: bump to kconfig from Linux
> 4.17-rc2), xconfig uses Qt5, so update prerequisite.txt to match.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  docs/manual/prerequisite.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index 1f67e72a24..4e614cfa1b 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -59,7 +59,7 @@  data, which in many distributions are packaged separately. The
 development packages typically have a _-dev_ or _-devel_ suffix.
 +
 ** +ncurses5+ to use the 'menuconfig' interface
-** +qt4+ to use the 'xconfig' interface
+** +qt5+ to use the 'xconfig' interface
 ** +glib2+, +gtk2+ and +glade2+ to use the 'gconfig' interface
 
 * Source fetching tools: