mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Florian Bäuerle" <florian.baeuerle@allegion.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 23/23] xorg-fonts: make all xorg-font-ttf packages tristate
Date: Wed,  1 Aug 2018 20:32:00 +0200	[thread overview]
Message-ID: <20180801183200.22913-23-florian.baeuerle@allegion.com> (raw)
In-Reply-To: <20180801183200.22913-1-florian.baeuerle@allegion.com>

Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com>
---
 rules/graphics_and_multimedia.in              | 6 +++---
 rules/xorg-font-adobe-100dpi.in               | 2 +-
 rules/xorg-font-adobe-75dpi.in                | 2 +-
 rules/xorg-font-adobe-utopia-100dpi.in        | 2 +-
 rules/xorg-font-adobe-utopia-75dpi.in         | 2 +-
 rules/xorg-font-alias.in                      | 2 +-
 rules/xorg-font-bh-100dpi.in                  | 2 +-
 rules/xorg-font-bh-75dpi.in                   | 2 +-
 rules/xorg-font-bh-lucidatypewriter-100dpi.in | 2 +-
 rules/xorg-font-bh-lucidatypewriter-75dpi.in  | 2 +-
 rules/xorg-font-bh-ttf.in                     | 2 +-
 rules/xorg-font-bitstream-100dpi.in           | 2 +-
 rules/xorg-font-bitstream-75dpi.in            | 2 +-
 rules/xorg-font-cursor-misc.in                | 2 +-
 rules/xorg-font-daewoo-misc.in                | 2 +-
 rules/xorg-font-dec-misc.in                   | 2 +-
 rules/xorg-font-encodings.in                  | 2 +-
 rules/xorg-font-isas-misc.in                  | 2 +-
 rules/xorg-font-jis-misc.in                   | 2 +-
 rules/xorg-font-micro-misc.in                 | 2 +-
 rules/xorg-font-misc-misc.in                  | 2 +-
 rules/xorg-font-mutt-misc.in                  | 2 +-
 rules/xorg-font-schumacher-misc.in            | 2 +-
 rules/xorg-font-sony-misc.in                  | 2 +-
 rules/xorg-font-sun-misc.in                   | 2 +-
 rules/xorg-font-ttf-android.in                | 2 +-
 rules/xorg-font-ttf-bitstream-vera.in         | 2 +-
 rules/xorg-font-ttf-caladea.in                | 2 +-
 rules/xorg-font-ttf-carlito.in                | 2 +-
 rules/xorg-font-ttf-dejavu.in                 | 2 +-
 rules/xorg-font-ttf-hanazono.in               | 2 +-
 rules/xorg-font-ttf-liberation.in             | 2 +-
 rules/xorg-font-ttf-lohit-assamese.in         | 2 +-
 rules/xorg-font-ttf-lohit-bengali.in          | 2 +-
 rules/xorg-font-ttf-lohit-devanagari.in       | 2 +-
 rules/xorg-font-ttf-lohit-gujarati.in         | 2 +-
 rules/xorg-font-ttf-lohit-kannada.in          | 2 +-
 rules/xorg-font-ttf-lohit-malayalam.in        | 2 +-
 rules/xorg-font-ttf-lohit-oriya.in            | 2 +-
 rules/xorg-font-ttf-lohit-punjabi.in          | 2 +-
 rules/xorg-font-ttf-lohit-tamil-classical.in  | 2 +-
 rules/xorg-font-ttf-lohit-tamil.in            | 2 +-
 rules/xorg-font-ttf-lohit-telugu.in           | 2 +-
 rules/xorg-font-ttf-noto.in                   | 2 +-
 rules/xorg-font-ttf-vlgothic.in               | 2 +-
 rules/xorg-font-ttf.in                        | 2 +-
 46 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/rules/graphics_and_multimedia.in b/rules/graphics_and_multimedia.in
index 54e53ad7a..f96a381e3 100644
--- a/rules/graphics_and_multimedia.in
+++ b/rules/graphics_and_multimedia.in
@@ -1,7 +1,7 @@
 ## SECTION=graphics_and_multimedia
 
 menuconfig MENU_XORG_FONTS
-	bool
+	tristate
 	prompt "fonts                         "
 	select XORG_LIB_XFONT_PCF_FONTS if XORG_SERVER
 	default y if XORG_SERVER
@@ -13,7 +13,7 @@ if MENU_XORG_FONTS
 
 config XORG_FONTS
 	depends on MENU_XORG_FONTS
-	bool
+	tristate
 	select XORG_FONT_UTIL
 	select XORG_FONT_ALIAS
 	select HOST_XORG_APP_MKFONTDIR
@@ -25,7 +25,7 @@ config XORG_FONTS
 config XORG_FONTS_FC_CACHE
 	default FONTCONFIG
 	select FONTCONFIG_UTILS
-	bool
+	tristate
 
 config XORG_FONTS_QT4_LINKS
 	depends on QT4_PLATFORM_EMBEDDED
diff --git a/rules/xorg-font-adobe-100dpi.in b/rules/xorg-font-adobe-100dpi.in
index e890885d6..66c0ec5c0 100644
--- a/rules/xorg-font-adobe-100dpi.in
+++ b/rules/xorg-font-adobe-100dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_100dpi
 
 config XORG_FONT_ADOBE_100DPI
-	tristate
+	bool
 	select XORG_FONTS
 	depends on XORG_FONT_100DPI
 	default y
diff --git a/rules/xorg-font-adobe-75dpi.in b/rules/xorg-font-adobe-75dpi.in
index afb9af1f4..46ec8cc16 100644
--- a/rules/xorg-font-adobe-75dpi.in
+++ b/rules/xorg-font-adobe-75dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_75dpi
 
 config XORG_FONT_ADOBE_75DPI
-	tristate
+	bool
 	default y
 	depends on XORG_FONT_75DPI
 	select XORG_FONTS
diff --git a/rules/xorg-font-adobe-utopia-100dpi.in b/rules/xorg-font-adobe-utopia-100dpi.in
index 8409fdf9f..ef6a7d3f3 100644
--- a/rules/xorg-font-adobe-utopia-100dpi.in
+++ b/rules/xorg-font-adobe-utopia-100dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_100dpi
 
 config XORG_FONT_ADOBE_UTOPIA_100DPI
-	tristate
+	bool
 	select XORG_FONTS
 	depends on XORG_FONT_100DPI
 	prompt "Adobe Utopia 100dpi"
diff --git a/rules/xorg-font-adobe-utopia-75dpi.in b/rules/xorg-font-adobe-utopia-75dpi.in
index 3d787368c..0ae0aa3fe 100644
--- a/rules/xorg-font-adobe-utopia-75dpi.in
+++ b/rules/xorg-font-adobe-utopia-75dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_75dpi
 
 config XORG_FONT_ADOBE_UTOPIA_75DPI
-	tristate
+	bool
 	select XORG_FONTS
 	depends on XORG_FONT_75DPI
 	prompt "Adobe Utopia 75dpi"
diff --git a/rules/xorg-font-alias.in b/rules/xorg-font-alias.in
index 9db36d8dc..8e764e5df 100644
--- a/rules/xorg-font-alias.in
+++ b/rules/xorg-font-alias.in
@@ -1,4 +1,4 @@
 ## SECTION=multimedia_xorg_font_utils
 
 config XORG_FONT_ALIAS
-	bool
+	tristate
diff --git a/rules/xorg-font-bh-100dpi.in b/rules/xorg-font-bh-100dpi.in
index cb2874000..3c41ee883 100644
--- a/rules/xorg-font-bh-100dpi.in
+++ b/rules/xorg-font-bh-100dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_100dpi
 
 config XORG_FONT_BH_100DPI
-	tristate
+	bool
 	select XORG_FONTS
 	depends on XORG_FONT_100DPI
 	prompt "BH 100dpi"
diff --git a/rules/xorg-font-bh-75dpi.in b/rules/xorg-font-bh-75dpi.in
index c20cd3954..fc4c6f874 100644
--- a/rules/xorg-font-bh-75dpi.in
+++ b/rules/xorg-font-bh-75dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_75dpi
 
 config XORG_FONT_BH_75DPI
-	tristate
+	bool
 	select XORG_FONTS
 	depends on XORG_FONT_75DPI
 	prompt "BH 75dpi"
diff --git a/rules/xorg-font-bh-lucidatypewriter-100dpi.in b/rules/xorg-font-bh-lucidatypewriter-100dpi.in
index b0fc101c2..4e77ef2c6 100644
--- a/rules/xorg-font-bh-lucidatypewriter-100dpi.in
+++ b/rules/xorg-font-bh-lucidatypewriter-100dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_100dpi
 
 config XORG_FONT_BH_LUCIDATYPEWRITER_100DPI
-	tristate
+	bool
 	select XORG_FONTS
 	depends on XORG_FONT_100DPI
 	prompt "BH Lucida Typewriter 100dpi"
diff --git a/rules/xorg-font-bh-lucidatypewriter-75dpi.in b/rules/xorg-font-bh-lucidatypewriter-75dpi.in
index b26fe80aa..b836c90e3 100644
--- a/rules/xorg-font-bh-lucidatypewriter-75dpi.in
+++ b/rules/xorg-font-bh-lucidatypewriter-75dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_75dpi
 
 config XORG_FONT_BH_LUCIDATYPEWRITER_75DPI
-	tristate
+	bool
 	select XORG_FONTS
 	depends on XORG_FONT_75DPI
 	prompt "BH Lucida Typewriter 75dpi"
diff --git a/rules/xorg-font-bh-ttf.in b/rules/xorg-font-bh-ttf.in
index 8cf397fd0..b0aaa4c66 100644
--- a/rules/xorg-font-bh-ttf.in
+++ b/rules/xorg-font-bh-ttf.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_BH_TTF
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	default y
diff --git a/rules/xorg-font-bitstream-100dpi.in b/rules/xorg-font-bitstream-100dpi.in
index 93f16d0bf..560af4caa 100644
--- a/rules/xorg-font-bitstream-100dpi.in
+++ b/rules/xorg-font-bitstream-100dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_100dpi
 
 config XORG_FONT_BITSTREAM_100DPI
-	tristate
+	bool
 	select XORG_FONTS
 	depends on XORG_FONT_100DPI
 	prompt "Bitstream 100dpi"
diff --git a/rules/xorg-font-bitstream-75dpi.in b/rules/xorg-font-bitstream-75dpi.in
index 5940cdfc0..82aa1a4a4 100644
--- a/rules/xorg-font-bitstream-75dpi.in
+++ b/rules/xorg-font-bitstream-75dpi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_75dpi
 
 config XORG_FONT_BITSTREAM_75DPI
-	tristate
+	bool
 	select XORG_FONTS
 	depends on XORG_FONT_75DPI
 	prompt "Bitstream 75dpi"
diff --git a/rules/xorg-font-cursor-misc.in b/rules/xorg-font-cursor-misc.in
index 8d006330f..b32e1b7c9 100644
--- a/rules/xorg-font-cursor-misc.in
+++ b/rules/xorg-font-cursor-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_CURSOR_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "Cursor misc"
 	help
diff --git a/rules/xorg-font-daewoo-misc.in b/rules/xorg-font-daewoo-misc.in
index 2d9c17aa4..8192bdaf9 100644
--- a/rules/xorg-font-daewoo-misc.in
+++ b/rules/xorg-font-daewoo-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_DAEWOO_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "Daewoo misc"
 	help
diff --git a/rules/xorg-font-dec-misc.in b/rules/xorg-font-dec-misc.in
index 3ad499a09..c01324c51 100644
--- a/rules/xorg-font-dec-misc.in
+++ b/rules/xorg-font-dec-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_DEC_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "DEC misc"
 	help
diff --git a/rules/xorg-font-encodings.in b/rules/xorg-font-encodings.in
index 5bfd31279..c1ac17089 100644
--- a/rules/xorg-font-encodings.in
+++ b/rules/xorg-font-encodings.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_ENCODINGS
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "encodings"
 	help
diff --git a/rules/xorg-font-isas-misc.in b/rules/xorg-font-isas-misc.in
index 8ee7df025..578eb13bb 100644
--- a/rules/xorg-font-isas-misc.in
+++ b/rules/xorg-font-isas-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_ISAS_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "Isas misc"
 	help
diff --git a/rules/xorg-font-jis-misc.in b/rules/xorg-font-jis-misc.in
index 59f72497c..13ac19369 100644
--- a/rules/xorg-font-jis-misc.in
+++ b/rules/xorg-font-jis-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_JIS_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "Jis misc"
 	help
diff --git a/rules/xorg-font-micro-misc.in b/rules/xorg-font-micro-misc.in
index 14c935ace..c4a4b8000 100644
--- a/rules/xorg-font-micro-misc.in
+++ b/rules/xorg-font-micro-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_MICRO_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "micro misc"
 	help
diff --git a/rules/xorg-font-misc-misc.in b/rules/xorg-font-misc-misc.in
index bc3939793..456d71adb 100644
--- a/rules/xorg-font-misc-misc.in
+++ b/rules/xorg-font-misc-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_MISC_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "misc misc"
 	help
diff --git a/rules/xorg-font-mutt-misc.in b/rules/xorg-font-mutt-misc.in
index f837ccac4..04d65fdfa 100644
--- a/rules/xorg-font-mutt-misc.in
+++ b/rules/xorg-font-mutt-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_MUTT_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "Mutt misc"
 	help
diff --git a/rules/xorg-font-schumacher-misc.in b/rules/xorg-font-schumacher-misc.in
index f51c09d4f..1ac767ad5 100644
--- a/rules/xorg-font-schumacher-misc.in
+++ b/rules/xorg-font-schumacher-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_SCHUMACHER_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "Schumacher misc"
 	help
diff --git a/rules/xorg-font-sony-misc.in b/rules/xorg-font-sony-misc.in
index 0f0640b53..ebca638bb 100644
--- a/rules/xorg-font-sony-misc.in
+++ b/rules/xorg-font-sony-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_SONY_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "Sony misc"
 	help
diff --git a/rules/xorg-font-sun-misc.in b/rules/xorg-font-sun-misc.in
index 7c3356878..1b535f848 100644
--- a/rules/xorg-font-sun-misc.in
+++ b/rules/xorg-font-sun-misc.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_base
 
 config XORG_FONT_SUN_MISC
-	tristate
+	bool
 	select XORG_FONTS
 	prompt "Sun misc"
 	help
diff --git a/rules/xorg-font-ttf-android.in b/rules/xorg-font-ttf-android.in
index f9736bc57..03da37420 100644
--- a/rules/xorg-font-ttf-android.in
+++ b/rules/xorg-font-ttf-android.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_ANDROID
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Android"
diff --git a/rules/xorg-font-ttf-bitstream-vera.in b/rules/xorg-font-ttf-bitstream-vera.in
index 31236962b..42eb04cc8 100644
--- a/rules/xorg-font-ttf-bitstream-vera.in
+++ b/rules/xorg-font-ttf-bitstream-vera.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_BITSTREAM_VERA
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	default y
diff --git a/rules/xorg-font-ttf-caladea.in b/rules/xorg-font-ttf-caladea.in
index f7ef13a4e..aadfe3354 100644
--- a/rules/xorg-font-ttf-caladea.in
+++ b/rules/xorg-font-ttf-caladea.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_CALADEA
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "caladea"
diff --git a/rules/xorg-font-ttf-carlito.in b/rules/xorg-font-ttf-carlito.in
index cbafae3f5..98e7e701c 100644
--- a/rules/xorg-font-ttf-carlito.in
+++ b/rules/xorg-font-ttf-carlito.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_CARLITO
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "carlito"
diff --git a/rules/xorg-font-ttf-dejavu.in b/rules/xorg-font-ttf-dejavu.in
index f381631a7..050d5ed39 100644
--- a/rules/xorg-font-ttf-dejavu.in
+++ b/rules/xorg-font-ttf-dejavu.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_DEJAVU
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "dejavu"
diff --git a/rules/xorg-font-ttf-hanazono.in b/rules/xorg-font-ttf-hanazono.in
index 309c5df30..e3d88e549 100644
--- a/rules/xorg-font-ttf-hanazono.in
+++ b/rules/xorg-font-ttf-hanazono.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_HANAZONO
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Hanazono"
diff --git a/rules/xorg-font-ttf-liberation.in b/rules/xorg-font-ttf-liberation.in
index 4db75099f..bd836b2d9 100644
--- a/rules/xorg-font-ttf-liberation.in
+++ b/rules/xorg-font-ttf-liberation.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LIBERATION
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "liberation"
diff --git a/rules/xorg-font-ttf-lohit-assamese.in b/rules/xorg-font-ttf-lohit-assamese.in
index 4ab0636a0..ebc2b1534 100644
--- a/rules/xorg-font-ttf-lohit-assamese.in
+++ b/rules/xorg-font-ttf-lohit-assamese.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_ASSAMESE
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Assamese"
diff --git a/rules/xorg-font-ttf-lohit-bengali.in b/rules/xorg-font-ttf-lohit-bengali.in
index e029093a7..6b2644a2b 100644
--- a/rules/xorg-font-ttf-lohit-bengali.in
+++ b/rules/xorg-font-ttf-lohit-bengali.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_BENGALI
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Bengali"
diff --git a/rules/xorg-font-ttf-lohit-devanagari.in b/rules/xorg-font-ttf-lohit-devanagari.in
index 423c91af3..8a03316a2 100644
--- a/rules/xorg-font-ttf-lohit-devanagari.in
+++ b/rules/xorg-font-ttf-lohit-devanagari.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_DEVANAGARI
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Devanagari"
diff --git a/rules/xorg-font-ttf-lohit-gujarati.in b/rules/xorg-font-ttf-lohit-gujarati.in
index 375939315..68019e9d4 100644
--- a/rules/xorg-font-ttf-lohit-gujarati.in
+++ b/rules/xorg-font-ttf-lohit-gujarati.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_GUJARATI
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Gujarati"
diff --git a/rules/xorg-font-ttf-lohit-kannada.in b/rules/xorg-font-ttf-lohit-kannada.in
index dd8859f17..d57019752 100644
--- a/rules/xorg-font-ttf-lohit-kannada.in
+++ b/rules/xorg-font-ttf-lohit-kannada.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_KANNADA
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Kannada"
diff --git a/rules/xorg-font-ttf-lohit-malayalam.in b/rules/xorg-font-ttf-lohit-malayalam.in
index dd686b258..394f0964c 100644
--- a/rules/xorg-font-ttf-lohit-malayalam.in
+++ b/rules/xorg-font-ttf-lohit-malayalam.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_MALAYALAM
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Malayalam"
diff --git a/rules/xorg-font-ttf-lohit-oriya.in b/rules/xorg-font-ttf-lohit-oriya.in
index a5b99dc6a..73fdcd265 100644
--- a/rules/xorg-font-ttf-lohit-oriya.in
+++ b/rules/xorg-font-ttf-lohit-oriya.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_ORIYA
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Oriya"
diff --git a/rules/xorg-font-ttf-lohit-punjabi.in b/rules/xorg-font-ttf-lohit-punjabi.in
index d5ef94265..a03628d6a 100644
--- a/rules/xorg-font-ttf-lohit-punjabi.in
+++ b/rules/xorg-font-ttf-lohit-punjabi.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_PUNJABI
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Punjabi"
diff --git a/rules/xorg-font-ttf-lohit-tamil-classical.in b/rules/xorg-font-ttf-lohit-tamil-classical.in
index 3b52f988d..73783d645 100644
--- a/rules/xorg-font-ttf-lohit-tamil-classical.in
+++ b/rules/xorg-font-ttf-lohit-tamil-classical.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_TAMIL_CLASSICAL
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Tamil Classical"
diff --git a/rules/xorg-font-ttf-lohit-tamil.in b/rules/xorg-font-ttf-lohit-tamil.in
index e8ba329f3..cb2cc000c 100644
--- a/rules/xorg-font-ttf-lohit-tamil.in
+++ b/rules/xorg-font-ttf-lohit-tamil.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_TAMIL
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Tamil"
diff --git a/rules/xorg-font-ttf-lohit-telugu.in b/rules/xorg-font-ttf-lohit-telugu.in
index 5c48a3c56..a23125da6 100644
--- a/rules/xorg-font-ttf-lohit-telugu.in
+++ b/rules/xorg-font-ttf-lohit-telugu.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_LOHIT_TELUGU
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Lohit Telugu"
diff --git a/rules/xorg-font-ttf-noto.in b/rules/xorg-font-ttf-noto.in
index e3c04c6cc..fa90f8eeb 100644
--- a/rules/xorg-font-ttf-noto.in
+++ b/rules/xorg-font-ttf-noto.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_NOTO
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "Noto"
diff --git a/rules/xorg-font-ttf-vlgothic.in b/rules/xorg-font-ttf-vlgothic.in
index 23067930f..4499326f7 100644
--- a/rules/xorg-font-ttf-vlgothic.in
+++ b/rules/xorg-font-ttf-vlgothic.in
@@ -1,7 +1,7 @@
 ## SECTION=multimedia_xorg_font_ttf
 
 config XORG_FONT_TTF_VLGOTHIC
-	bool
+	tristate
 	select XORG_FONTS
 	depends on XORG_FONT_TTF
 	prompt "VL Gothic"
diff --git a/rules/xorg-font-ttf.in b/rules/xorg-font-ttf.in
index abab0c7a8..32f944385 100644
--- a/rules/xorg-font-ttf.in
+++ b/rules/xorg-font-ttf.in
@@ -3,7 +3,7 @@
 menuconfig XORG_FONT_TTF
 	depends on MENU_XORG_FONTS
 	select XORG_LIB_XFONT_FREETYPE if XORG_LIB_XFONT
-	bool
+	tristate
 	prompt "xorg true/open type fonts     "
 
 source "generated/multimedia_xorg_font_ttf.in"
-- 
2.18.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2018-08-01 18:32 UTC|newest]

Thread overview: 109+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-01 18:31 [ptxdist] [PATCH 01/23] xorg-font-ttf-android: isolate from xorg-fonts Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 02/23] xorg-font-ttf-bitstream-vera: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 03/23] xorg-font-ttf-caladea: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 04/23] xorg-font-ttf-carlito: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 05/23] remove xorg-font-ttf-comic-jens Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 06/23] xorg-font-ttf-dejavu: isolate from xorg-fonts Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 07/23] xorg-font-ttf-hanazono: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 08/23] xorg-font-ttf-liberation: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 09/23] xorg-font-ttf-lohit-assamese: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 10/23] xorg-font-ttf-lohit-bengali: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 11/23] xorg-font-ttf-lohit-devanagari: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 12/23] xorg-font-ttf-lohit-gujarati: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 13/23] xorg-font-ttf-lohit-kannada: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 14/23] xorg-font-ttf-lohit-malayalam: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 15/23] xorg-font-ttf-lohit-oriya: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 16/23] xorg-font-ttf-lohit-punjabi: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 17/23] xorg-font-ttf-lohit-tamil-classical: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 18/23] xorg-font-ttf-lohit-tamil: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 19/23] xorg-font-ttf-lohit-telugu: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 20/23] xorg-font-ttf-noto: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 21/23] xorg-font-ttf-vlgothic: " Florian Bäuerle
2018-08-01 18:31 ` [ptxdist] [PATCH 22/23] xorg-font-bh-ttf: " Florian Bäuerle
2018-08-01 18:32 ` Florian Bäuerle [this message]
2018-08-02  5:25   ` [ptxdist] [PATCH 23/23] xorg-fonts: make all xorg-font-ttf packages tristate Juergen Borleis
2018-08-02  7:29     ` Baeuerle, Florian
2018-08-03  7:13       ` Uwe Kleine-König
2018-08-07 12:39         ` [ptxdist] [PATCH v2 01/23] xorg-font-ttf-android: isolate from xorg-fonts Florian Bäuerle
2018-08-07 12:45           ` Baeuerle, Florian
2018-08-07 12:40         ` Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 02/23] xorg-font-ttf-bitstream-vera: " Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 03/23] xorg-font-ttf-caladea: " Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 04/23] xorg-font-ttf-carlito: " Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 05/23] remove xorg-font-ttf-comic-jens Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 06/23] xorg-font-ttf-dejavu: isolate from xorg-fonts Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 07/23] xorg-font-ttf-hanazono: " Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 08/23] xorg-font-ttf-liberation: " Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 09/23] xorg-font-ttf-lohit-assamese: " Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 10/23] xorg-font-ttf-lohit-bengali: " Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 11/23] xorg-font-ttf-lohit-devanagari: " Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 12/23] xorg-font-ttf-lohit-gujarati: " Florian Bäuerle
2018-08-07 12:40           ` [ptxdist] [PATCH v2 13/23] xorg-font-ttf-lohit-kannada: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 14/23] xorg-font-ttf-lohit-malayalam: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 15/23] xorg-font-ttf-lohit-oriya: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 16/23] xorg-font-ttf-lohit-punjabi: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 17/23] xorg-font-ttf-lohit-tamil-classical: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 18/23] xorg-font-ttf-lohit-tamil: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 19/23] xorg-font-ttf-lohit-telugu: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 20/23] xorg-font-ttf-noto: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 21/23] xorg-font-ttf-vlgothic: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 22/23] xorg-font-bh-ttf: " Florian Bäuerle
2018-08-07 12:41           ` [ptxdist] [PATCH v2 23/23] xorg-fonts: make all xorg-font-ttf packages tristate Florian Bäuerle
2018-09-04  9:34           ` [ptxdist] [PATCH v2 01/23] xorg-font-ttf-android: isolate from xorg-fonts Michael Olbrich
2018-09-04 10:47             ` Baeuerle, Florian
2018-09-04 13:08               ` Michael Olbrich
2018-09-13 18:05                 ` [ptxdist] [PATCH v3 01/25] Introduce world/install-font Florian Bäuerle
2018-09-13 18:05                   ` [ptxdist] [PATCH v3 02/25] ptxd_install_find: allow installing from / Florian Bäuerle
2018-09-13 18:11                     ` Baeuerle, Florian
2018-09-13 18:20                     ` Baeuerle, Florian
2018-09-17  8:40                     ` Michael Olbrich
2018-09-17 10:08                       ` Baeuerle, Florian
2018-09-18 14:14                       ` [ptxdist] [PATCH v4 01/24] Introduce world/install-font Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 02/24] xorg-font-ttf-android: separate from xorg-fonts Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 03/24] xorg-font-ttf-bitstream-vera: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 04/24] xorg-font-ttf-caladea: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 05/24] xorg-font-ttf-carlito: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 06/24] remove xorg-font-ttf-comic-jens Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 07/24] xorg-font-ttf-dejavu: separate from xorg-fonts Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 08/24] xorg-font-ttf-hanazono: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 09/24] xorg-font-ttf-liberation: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 10/24] xorg-font-ttf-lohit-assamese: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 11/24] xorg-font-ttf-lohit-bengali: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 12/24] xorg-font-ttf-lohit-devanagari: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 13/24] xorg-font-ttf-lohit-gujarati: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 14/24] xorg-font-ttf-lohit-kannada: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 15/24] xorg-font-ttf-lohit-malayalam: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 16/24] xorg-font-ttf-lohit-oriya: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 17/24] xorg-font-ttf-lohit-punjabi: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 18/24] xorg-font-ttf-lohit-tamil-classical: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 19/24] xorg-font-ttf-lohit-tamil: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 20/24] xorg-font-ttf-lohit-telugu: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 21/24] xorg-font-ttf-noto: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 22/24] xorg-font-ttf-vlgothic: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 23/24] xorg-font-bh-ttf: " Florian Bäuerle
2018-09-18 14:14                         ` [ptxdist] [PATCH v4 24/24] xorg-fonts: make all xorg-font-ttf packages tristate Florian Bäuerle
2018-09-13 18:05                   ` [ptxdist] [PATCH v3 03/25] xorg-font-ttf-android: separate from xorg-fonts Florian Bäuerle
2018-09-13 18:05                   ` [ptxdist] [PATCH v3 04/25] xorg-font-ttf-bitstream-vera: " Florian Bäuerle
2018-09-13 18:05                   ` [ptxdist] [PATCH v3 05/25] xorg-font-ttf-caladea: " Florian Bäuerle
2018-09-13 18:05                   ` [ptxdist] [PATCH v3 06/25] xorg-font-ttf-carlito: " Florian Bäuerle
2018-09-13 18:05                   ` [ptxdist] [PATCH v3 07/25] remove xorg-font-ttf-comic-jens Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 08/25] xorg-font-ttf-dejavu: separate from xorg-fonts Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 09/25] xorg-font-ttf-hanazono: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 10/25] xorg-font-ttf-liberation: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 11/25] xorg-font-ttf-lohit-assamese: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 12/25] xorg-font-ttf-lohit-bengali: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 13/25] xorg-font-ttf-lohit-devanagari: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 14/25] xorg-font-ttf-lohit-gujarati: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 15/25] xorg-font-ttf-lohit-kannada: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 16/25] xorg-font-ttf-lohit-malayalam: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 17/25] xorg-font-ttf-lohit-oriya: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 18/25] xorg-font-ttf-lohit-punjabi: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 19/25] xorg-font-ttf-lohit-tamil-classical: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 20/25] xorg-font-ttf-lohit-tamil: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 21/25] xorg-font-ttf-lohit-telugu: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 22/25] xorg-font-ttf-noto: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 23/25] xorg-font-ttf-vlgothic: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 24/25] xorg-font-bh-ttf: " Florian Bäuerle
2018-09-13 18:06                   ` [ptxdist] [PATCH v3 25/25] xorg-fonts: make all xorg-font-ttf packages tristate Florian Bäuerle
2018-08-02  8:52   ` [ptxdist] [PATCH 23/23] " Baeuerle, Florian
2018-08-02 12:10     ` Baeuerle, Florian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180801183200.22913-23-florian.baeuerle@allegion.com \
    --to=florian.baeuerle@allegion.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox