From 9653a7a2d5ce1552ba4acb16eba406df3b4611a5 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 16 Apr 2018 20:53:46 +0200 Subject: gpm: move to staging Signed-off-by: Michael Olbrich --- rules/fbterm.in | 1 + rules/gpm.in | 7 ++++++- rules/links.in | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/rules/fbterm.in b/rules/fbterm.in index c5aa9130f..2dc478f9b 100644 --- a/rules/fbterm.in +++ b/rules/fbterm.in @@ -14,6 +14,7 @@ if FBTERM config FBTERM_GPM bool + depends on STAGING prompt "Build fbterm with gpm support" help If enabled, fbterm is built with console mouse support. The required diff --git a/rules/gpm.in b/rules/gpm.in index cea259731..82923744e 100644 --- a/rules/gpm.in +++ b/rules/gpm.in @@ -1,4 +1,6 @@ -## SECTION=system_libraries +## SECTION=staging +## old section: +### SECTION=system_libraries config GPM tristate @@ -7,3 +9,6 @@ config GPM select NCURSES help Console-based mouse driver + + STAGING: remove in ptxdist-2019.04.0 + Old, obsolete package that fails to build gcc 7.x diff --git a/rules/links.in b/rules/links.in index 5434b4246..d27814aa0 100644 --- a/rules/links.in +++ b/rules/links.in @@ -29,6 +29,7 @@ config LINKS_SSL config LINKS_GPM bool + depends on STAGING prompt "support for GPM" help Activate support for General Purpose Mouse (GPM) service @@ -51,6 +52,7 @@ config LINKS_FBCON select LINKS_PNG select LINKS_JPEG select LINKS_GPM + depends on STAGING prompt "support for fbcon" help Activate support for Framebuffer Console mode -- cgit v1.2.3