summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/xorg-app-mkfontdir.in2
-rw-r--r--rules/xorg-app-mkfontscale.in2
-rw-r--r--rules/xorg-app-rgb.in2
-rw-r--r--rules/xorg-app-setxkbmap.in4
-rw-r--r--rules/xorg-app-xauth.in2
-rw-r--r--rules/xorg-app-xdm.in2
-rw-r--r--rules/xorg-app-xeyes.in2
-rw-r--r--rules/xorg-app-xhost.in2
-rw-r--r--rules/xorg-app-xinit.in2
-rw-r--r--rules/xorg-app-xkbcomp.in2
-rw-r--r--rules/xorg-app-xrdb.in2
-rw-r--r--rules/xorg-app-xset.in2
-rw-r--r--rules/xorg-app-xsetroot.in2
-rw-r--r--rules/xorg-app-xvinfo.in2
-rw-r--r--rules/xorg-app.in2
-rw-r--r--rules/xorg-cursor.in3
-rw-r--r--rules/xorg-data-xbitmaps.in2
-rw-r--r--rules/xorg-data-xkbdata.in2
-rw-r--r--rules/xorg-data.in2
-rw-r--r--rules/xorg-driver-input-evdev.in2
-rw-r--r--rules/xorg-driver-input-keyboard.in2
-rw-r--r--rules/xorg-driver-input-mouse.in2
-rw-r--r--rules/xorg-driver-input-tslib.in2
-rw-r--r--rules/xorg-driver-input-void.in2
-rw-r--r--rules/xorg-driver-video-apm.in2
-rw-r--r--rules/xorg-driver-video-ati.in2
-rw-r--r--rules/xorg-driver-video-dummy.in2
-rw-r--r--rules/xorg-driver-video-fbdev.in2
-rw-r--r--rules/xorg-driver-video-i810.in2
-rw-r--r--rules/xorg-driver-video-nsc.in2
-rw-r--r--rules/xorg-driver-video-v4l.in2
-rw-r--r--rules/xorg-driver-video-vesa.in2
-rw-r--r--rules/xorg-driver-video-vga.in2
-rw-r--r--rules/xorg-driver.in4
-rw-r--r--rules/xorg-font-adobe-100dpi.in2
-rw-r--r--rules/xorg-font-adobe-75dpi.in2
-rw-r--r--rules/xorg-font-adobe-utopia-100dpi.in2
-rw-r--r--rules/xorg-font-adobe-utopia-75dpi.in2
-rw-r--r--rules/xorg-font-bh-100dpi.in2
-rw-r--r--rules/xorg-font-bh-75dpi.in2
-rw-r--r--rules/xorg-font-bh-lucidatypewriter-100dpi.in2
-rw-r--r--rules/xorg-font-bh-lucidatypewriter-75dpi.in2
-rw-r--r--rules/xorg-font-bitstream-100dpi.in2
-rw-r--r--rules/xorg-font-bitstream-75dpi.in2
-rw-r--r--rules/xorg-font-cursor-misc.in2
-rw-r--r--rules/xorg-font-daewoo-misc.in4
-rw-r--r--rules/xorg-font-dec-misc.in8
-rw-r--r--rules/xorg-font-encodings.in2
-rw-r--r--rules/xorg-font-isas-misc.in5
-rw-r--r--rules/xorg-font-jis-misc.in4
-rw-r--r--rules/xorg-font-micro-misc.in4
-rw-r--r--rules/xorg-font-misc-misc.in2
-rw-r--r--rules/xorg-font-mutt-misc.in4
-rw-r--r--rules/xorg-font-schumacher-misc.in4
-rw-r--r--rules/xorg-font-sony-misc.in4
-rw-r--r--rules/xorg-font-sun-misc.in4
-rw-r--r--rules/xorg-font-util.in5
57 files changed, 76 insertions, 69 deletions
diff --git a/rules/xorg-app-mkfontdir.in b/rules/xorg-app-mkfontdir.in
index 3de0f387a..78f6a0e26 100644
--- a/rules/xorg-app-mkfontdir.in
+++ b/rules/xorg-app-mkfontdir.in
@@ -1,5 +1,5 @@
config XORG_APP_MKFONTDIR
- bool
+ tristate
depends on XORG_APP
select XORG_APP_MKFONTSCALE
prompt "xorg mkfontdir"
diff --git a/rules/xorg-app-mkfontscale.in b/rules/xorg-app-mkfontscale.in
index d15f8bf10..46f4d43f3 100644
--- a/rules/xorg-app-mkfontscale.in
+++ b/rules/xorg-app-mkfontscale.in
@@ -1,5 +1,5 @@
config XORG_APP_MKFONTSCALE
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_FONTENC
select FREETYPE
diff --git a/rules/xorg-app-rgb.in b/rules/xorg-app-rgb.in
index e09ad3e86..c4cb9e680 100644
--- a/rules/xorg-app-rgb.in
+++ b/rules/xorg-app-rgb.in
@@ -1,5 +1,5 @@
config XORG_APP_RGB
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_X11
prompt "xorg rgb"
diff --git a/rules/xorg-app-setxkbmap.in b/rules/xorg-app-setxkbmap.in
index 819758098..05575660c 100644
--- a/rules/xorg-app-setxkbmap.in
+++ b/rules/xorg-app-setxkbmap.in
@@ -1,5 +1,5 @@
config XORG_APP_SETXKBMAP
- bool
+ tristate
depends on XORG_APP
depends on XORG_KEYBOARD_MAPPING_SUPPORT
prompt "xorg setxkbmap"
@@ -13,4 +13,4 @@ config XORG_APP_SETXKBMAP
configure a special keyboard mapping.
For a full blown X server setxkbmap can be usefull, but is not
required for keyboard setup. It can be done by xorg.conf configuration
- and xkbcomp only at X server's startup. \ No newline at end of file
+ and xkbcomp only at X server's startup.
diff --git a/rules/xorg-app-xauth.in b/rules/xorg-app-xauth.in
index 250517f30..19b829a2e 100644
--- a/rules/xorg-app-xauth.in
+++ b/rules/xorg-app-xauth.in
@@ -1,5 +1,5 @@
config XORG_APP_XAUTH
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_XAU
select XORG_LIB_XEXT
diff --git a/rules/xorg-app-xdm.in b/rules/xorg-app-xdm.in
index 4045232ec..090d0e53c 100644
--- a/rules/xorg-app-xdm.in
+++ b/rules/xorg-app-xdm.in
@@ -1,5 +1,5 @@
config XORG_APP_XDM
- bool
+ tristate
depends on XORG_APP
prompt "xorg XDM"
select XORG_LIB_XPM
diff --git a/rules/xorg-app-xeyes.in b/rules/xorg-app-xeyes.in
index 5e461db58..59c9354d3 100644
--- a/rules/xorg-app-xeyes.in
+++ b/rules/xorg-app-xeyes.in
@@ -1,5 +1,5 @@
config XORG_APP_XEYES
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_XMU
select XORG_LIB_XT
diff --git a/rules/xorg-app-xhost.in b/rules/xorg-app-xhost.in
index 316821b37..41e80b38d 100644
--- a/rules/xorg-app-xhost.in
+++ b/rules/xorg-app-xhost.in
@@ -1,5 +1,5 @@
config XORG_APP_XHOST
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_XMU
prompt "xorg xhost"
diff --git a/rules/xorg-app-xinit.in b/rules/xorg-app-xinit.in
index dfaec27b2..fa4c9c243 100644
--- a/rules/xorg-app-xinit.in
+++ b/rules/xorg-app-xinit.in
@@ -1,5 +1,5 @@
config XORG_APP_XINIT
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_X11
prompt "xorg xinit"
diff --git a/rules/xorg-app-xkbcomp.in b/rules/xorg-app-xkbcomp.in
index b5f2d6490..b053fcff4 100644
--- a/rules/xorg-app-xkbcomp.in
+++ b/rules/xorg-app-xkbcomp.in
@@ -1,5 +1,5 @@
config XORG_APP_XKBCOMP
- bool
+ tristate
depends on XORG_APP
depends on XORG_KEYBOARD_MAPPING_SUPPORT
prompt "xorg xkbcomp"
diff --git a/rules/xorg-app-xrdb.in b/rules/xorg-app-xrdb.in
index 1ab5e976d..9290ab8f2 100644
--- a/rules/xorg-app-xrdb.in
+++ b/rules/xorg-app-xrdb.in
@@ -1,5 +1,5 @@
config XORG_APP_XRDB
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_XMU
select XORG_LIB_XT
diff --git a/rules/xorg-app-xset.in b/rules/xorg-app-xset.in
index c3a38a3bc..6c7f2072b 100644
--- a/rules/xorg-app-xset.in
+++ b/rules/xorg-app-xset.in
@@ -1,5 +1,5 @@
config XORG_APP_XSET
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_XMU
select XORG_LIB_XT
diff --git a/rules/xorg-app-xsetroot.in b/rules/xorg-app-xsetroot.in
index 620a35ee2..cb4367bf3 100644
--- a/rules/xorg-app-xsetroot.in
+++ b/rules/xorg-app-xsetroot.in
@@ -1,5 +1,5 @@
config XORG_APP_XSETROOT
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_XMU
select XORG_LIB_X11
diff --git a/rules/xorg-app-xvinfo.in b/rules/xorg-app-xvinfo.in
index a49fe12dd..b2480d71a 100644
--- a/rules/xorg-app-xvinfo.in
+++ b/rules/xorg-app-xvinfo.in
@@ -1,5 +1,5 @@
config XORG_APP_XVINFO
- bool
+ tristate
depends on XORG_APP
select XORG_LIB_X11
select XORG_LIB_XV
diff --git a/rules/xorg-app.in b/rules/xorg-app.in
index b2cb8079d..412d7b6de 100644
--- a/rules/xorg-app.in
+++ b/rules/xorg-app.in
@@ -1,7 +1,7 @@
# xorg application configuration
menuconfig XORG_APP
- bool "xorg applications "
+ bool "xorg applications "
source "rules/xorg-app-xdm.in"
source "rules/xorg-app-xhost.in"
diff --git a/rules/xorg-cursor.in b/rules/xorg-cursor.in
index 6db168612..b3a505767 100644
--- a/rules/xorg-cursor.in
+++ b/rules/xorg-cursor.in
@@ -1,5 +1,6 @@
menuconfig XORG_CURSOR
- bool "xorg cursor themes "
+ tristate
+ prompt "xorg cursor themes "
select XORG_LIB_X11_CURSOR
select XORG_LIB_XCURSOR
diff --git a/rules/xorg-data-xbitmaps.in b/rules/xorg-data-xbitmaps.in
index 0631839c2..ea0a3a32f 100644
--- a/rules/xorg-data-xbitmaps.in
+++ b/rules/xorg-data-xbitmaps.in
@@ -1,5 +1,5 @@
config XORG_DATA_XBITMAPS
- bool
+ tristate
prompt "xbitmaps"
help
This package contains the common X11 bitmaps for direct inclusion in C.
diff --git a/rules/xorg-data-xkbdata.in b/rules/xorg-data-xkbdata.in
index 946b3839e..49a758583 100644
--- a/rules/xorg-data-xkbdata.in
+++ b/rules/xorg-data-xkbdata.in
@@ -1,5 +1,5 @@
config XORG_DATA_XKBDATA
- bool
+ tristate
depends on XORG_APP
depends on XORG_LIB_X11
prompt "xkbdata"
diff --git a/rules/xorg-data.in b/rules/xorg-data.in
index 0e258b4bc..4c5dde988 100644
--- a/rules/xorg-data.in
+++ b/rules/xorg-data.in
@@ -1,6 +1,6 @@
# xorg data configuration
-menu "xorg data "
+menu "xorg data "
source "rules/xorg-data-xbitmaps.in"
source "rules/xorg-data-xkbdata.in"
diff --git a/rules/xorg-driver-input-evdev.in b/rules/xorg-driver-input-evdev.in
index a87a515a9..8d43dee72 100644
--- a/rules/xorg-driver-input-evdev.in
+++ b/rules/xorg-driver-input-evdev.in
@@ -1,5 +1,5 @@
config XORG_DRIVER_INPUT_EVDEV
- bool
+ tristate
prompt "evdev"
depends on XORG_DRIVER_INPUT
select XORG_PROTO_X
diff --git a/rules/xorg-driver-input-keyboard.in b/rules/xorg-driver-input-keyboard.in
index 10f439342..58bc44942 100644
--- a/rules/xorg-driver-input-keyboard.in
+++ b/rules/xorg-driver-input-keyboard.in
@@ -1,5 +1,5 @@
config XORG_DRIVER_INPUT_KEYBOARD
- bool
+ tristate
prompt "Keyboard"
depends on XORG_DRIVER_INPUT
select XORG_PROTO_X
diff --git a/rules/xorg-driver-input-mouse.in b/rules/xorg-driver-input-mouse.in
index 62a04caa1..2a101ad2c 100644
--- a/rules/xorg-driver-input-mouse.in
+++ b/rules/xorg-driver-input-mouse.in
@@ -1,5 +1,5 @@
config XORG_DRIVER_INPUT_MOUSE
- bool
+ tristate
depends on XORG_DRIVER_INPUT
select XORG_PROTO_X
select XORG_SERVER
diff --git a/rules/xorg-driver-input-tslib.in b/rules/xorg-driver-input-tslib.in
index 01735f48e..d557dbdbe 100644
--- a/rules/xorg-driver-input-tslib.in
+++ b/rules/xorg-driver-input-tslib.in
@@ -1,5 +1,5 @@
config XORG_DRIVER_INPUT_TSLIB
- bool
+ tristate
depends on XORG_DRIVER_INPUT
select XORG_SERVER
select TSLIB
diff --git a/rules/xorg-driver-input-void.in b/rules/xorg-driver-input-void.in
index 72d1e5117..0e89669dc 100644
--- a/rules/xorg-driver-input-void.in
+++ b/rules/xorg-driver-input-void.in
@@ -1,5 +1,5 @@
config XORG_DRIVER_INPUT_VOID
- bool
+ tristate
depends on XORG_DRIVER_INPUT
select XORG_SERVER
prompt "void"
diff --git a/rules/xorg-driver-video-apm.in b/rules/xorg-driver-video-apm.in
index 3479d5fd7..5dfe1fe32 100644
--- a/rules/xorg-driver-video-apm.in
+++ b/rules/xorg-driver-video-apm.in
@@ -1,5 +1,5 @@
config XORG_DRIVER_VIDEO_APM
- bool
+ tristate
depends on XORG_DRIVER_VIDEO
select XORG_SERVER
select XORG_PROTO_X
diff --git a/rules/xorg-driver-video-ati.in b/rules/xorg-driver-video-ati.in
index c80dc3f93..4cc2a438e 100644
--- a/rules/xorg-driver-video-ati.in
+++ b/rules/xorg-driver-video-ati.in
@@ -1,7 +1,7 @@
# configuration for xorg-driver-video-ati
menuconfig XORG_DRIVER_VIDEO_ATI
- bool
+ tristate
depends on XORG_DRIVER_VIDEO
depends on ARCH_X86 || ARCH_POWERPC
select XORG_SERVER
diff --git a/rules/xorg-driver-video-dummy.in b/rules/xorg-driver-video-dummy.in
index e1c401ca3..92e2d99d4 100644
--- a/rules/xorg-driver-video-dummy.in
+++ b/rules/xorg-driver-video-dummy.in
@@ -1,5 +1,5 @@
config XORG_DRIVER_VIDEO_DUMMY
- bool
+ tristate
depends on XORG_DRIVER_VIDEO
select XORG_SERVER
select XORG_PROTO_FONTS
diff --git a/rules/xorg-driver-video-fbdev.in b/rules/xorg-driver-video-fbdev.in
index f9936b108..1d88a85ef 100644
--- a/rules/xorg-driver-video-fbdev.in
+++ b/rules/xorg-driver-video-fbdev.in
@@ -1,5 +1,5 @@
config XORG_DRIVER_VIDEO_FBDEV
- bool
+ tristate
depends on XORG_DRIVER_VIDEO
select XORG_SERVER
select XORG_PROTO_FONTS
diff --git a/rules/xorg-driver-video-i810.in b/rules/xorg-driver-video-i810.in
index 36eb367b5..adf489a8c 100644
--- a/rules/xorg-driver-video-i810.in
+++ b/rules/xorg-driver-video-i810.in
@@ -1,7 +1,7 @@
# configuration for xorg-driver-video-i810
menuconfig XORG_DRIVER_VIDEO_I810
- bool
+ tristate
depends on XORG_DRIVER_VIDEO
depends on ARCH_X86
select XORG_SERVER
diff --git a/rules/xorg-driver-video-nsc.in b/rules/xorg-driver-video-nsc.in
index e76c93a58..7ace8ac0c 100644
--- a/rules/xorg-driver-video-nsc.in
+++ b/rules/xorg-driver-video-nsc.in
@@ -3,7 +3,7 @@
# the main xorg server
#
config XORG_DRIVER_VIDEO_NSC
- bool
+ tristate
depends on XORG_DRIVER_VIDEO
select XORG_SERVER
select XORG_SERVER_XORG
diff --git a/rules/xorg-driver-video-v4l.in b/rules/xorg-driver-video-v4l.in
index f0ed1056a..13e3d82f6 100644
--- a/rules/xorg-driver-video-v4l.in
+++ b/rules/xorg-driver-video-v4l.in
@@ -1,7 +1,7 @@
# configuration for xorg-driver-video-v4l
config XORG_DRIVER_VIDEO_V4L
- bool
+ tristate
depends on XORG_DRIVER_VIDEO
select XORG_SERVER
select XORG_PROTO_X
diff --git a/rules/xorg-driver-video-vesa.in b/rules/xorg-driver-video-vesa.in
index bf9091da7..cea5ccba9 100644
--- a/rules/xorg-driver-video-vesa.in
+++ b/rules/xorg-driver-video-vesa.in
@@ -1,7 +1,7 @@
# configuration for xorg-driver-video-vesa
config XORG_DRIVER_VIDEO_VESA
- bool
+ tristate
depends on XORG_DRIVER_VIDEO
select XORG_SERVER
select XORG_PROTO_X
diff --git a/rules/xorg-driver-video-vga.in b/rules/xorg-driver-video-vga.in
index 39c382420..865818878 100644
--- a/rules/xorg-driver-video-vga.in
+++ b/rules/xorg-driver-video-vga.in
@@ -1,7 +1,7 @@
# configuration for xorg-driver-video-vga
config XORG_DRIVER_VIDEO_VGA
- bool
+ tristate
depends on XORG_DRIVER_VIDEO
select XORG_SERVER
select XORG_PROTO_X
diff --git a/rules/xorg-driver.in b/rules/xorg-driver.in
index adb863c20..1520461eb 100644
--- a/rules/xorg-driver.in
+++ b/rules/xorg-driver.in
@@ -1,7 +1,7 @@
# xorg driver configuration
menuconfig XORG_DRIVER_INPUT
- bool "xorg input drivers "
+ bool "xorg input drivers "
source "rules/xorg-driver-input-evdev.in"
source "rules/xorg-driver-input-keyboard.in"
@@ -10,7 +10,7 @@ source "rules/xorg-driver-input-tslib.in"
source "rules/xorg-driver-input-void.in"
menuconfig XORG_DRIVER_VIDEO
- bool "xorg video drivers "
+ bool "xorg video drivers "
source "rules/xorg-driver-video-apm.in"
source "rules/xorg-driver-video-ati.in"
diff --git a/rules/xorg-font-adobe-100dpi.in b/rules/xorg-font-adobe-100dpi.in
index a7fab6056..3e510a770 100644
--- a/rules/xorg-font-adobe-100dpi.in
+++ b/rules/xorg-font-adobe-100dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_ADOBE_100DPI
- bool
+ tristate
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 fc850f282..56fa7734a 100644
--- a/rules/xorg-font-adobe-75dpi.in
+++ b/rules/xorg-font-adobe-75dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_ADOBE_75DPI
- bool
+ tristate
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 45e1b5ed2..12f64e32d 100644
--- a/rules/xorg-font-adobe-utopia-100dpi.in
+++ b/rules/xorg-font-adobe-utopia-100dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_ADOBE_UTOPIA_100DPI
- bool
+ tristate
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 ad4e59660..99283e43d 100644
--- a/rules/xorg-font-adobe-utopia-75dpi.in
+++ b/rules/xorg-font-adobe-utopia-75dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_ADOBE_UTOPIA_75DPI
- bool
+ tristate
select XORG_FONTS
depends on XORG_FONT_75DPI
prompt "Adobe Utopia 75dpi"
diff --git a/rules/xorg-font-bh-100dpi.in b/rules/xorg-font-bh-100dpi.in
index 7bbdee8c0..5d95589f4 100644
--- a/rules/xorg-font-bh-100dpi.in
+++ b/rules/xorg-font-bh-100dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_BH_100DPI
- bool
+ tristate
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 d5dcae06b..fc41aacd7 100644
--- a/rules/xorg-font-bh-75dpi.in
+++ b/rules/xorg-font-bh-75dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_BH_75DPI
- bool
+ tristate
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 b7b359d2f..9fb3baa45 100644
--- a/rules/xorg-font-bh-lucidatypewriter-100dpi.in
+++ b/rules/xorg-font-bh-lucidatypewriter-100dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_BH_LUCIDATYPEWRITER_100DPI
- bool
+ tristate
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 80fafd33f..b6658620a 100644
--- a/rules/xorg-font-bh-lucidatypewriter-75dpi.in
+++ b/rules/xorg-font-bh-lucidatypewriter-75dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_BH_LUCIDATYPEWRITER_75DPI
- bool
+ tristate
select XORG_FONTS
depends on XORG_FONT_75DPI
prompt "BH Lucida Typewriter 75dpi"
diff --git a/rules/xorg-font-bitstream-100dpi.in b/rules/xorg-font-bitstream-100dpi.in
index 80af98d57..93be54b44 100644
--- a/rules/xorg-font-bitstream-100dpi.in
+++ b/rules/xorg-font-bitstream-100dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_BITSTREAM_100DPI
- bool
+ tristate
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 4cc55b4b4..b0862cc5d 100644
--- a/rules/xorg-font-bitstream-75dpi.in
+++ b/rules/xorg-font-bitstream-75dpi.in
@@ -1,5 +1,5 @@
config XORG_FONT_BITSTREAM_75DPI
- bool
+ tristate
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 8375a3e79..0eaf18a79 100644
--- a/rules/xorg-font-cursor-misc.in
+++ b/rules/xorg-font-cursor-misc.in
@@ -1,5 +1,5 @@
config XORG_FONT_CURSOR_MISC
- bool
+ tristate
select XORG_FONTS
default y
prompt "Cursor misc"
diff --git a/rules/xorg-font-daewoo-misc.in b/rules/xorg-font-daewoo-misc.in
index e7c60c68a..1332eb8d9 100644
--- a/rules/xorg-font-daewoo-misc.in
+++ b/rules/xorg-font-daewoo-misc.in
@@ -1,6 +1,6 @@
config XORG_FONT_DAEWOO_MISC
- bool
+ tristate
select XORG_FONTS
prompt "Daewoo misc"
help
- FIXME
+ Xorg Daewoo fonts, contains Korean fonts
diff --git a/rules/xorg-font-dec-misc.in b/rules/xorg-font-dec-misc.in
index f7a6a4f74..0f392ef81 100644
--- a/rules/xorg-font-dec-misc.in
+++ b/rules/xorg-font-dec-misc.in
@@ -1,6 +1,10 @@
config XORG_FONT_DEC_MISC
- bool
+ tristate
select XORG_FONTS
prompt "DEC misc"
help
- FIXME
+ This are the PCF versions of the following DEC fonts for 100dpi
+ displays:
+ - Cursor
+ - Session
+ This is from the modular Xorg project.
diff --git a/rules/xorg-font-encodings.in b/rules/xorg-font-encodings.in
index 2cf2a298a..a59616868 100644
--- a/rules/xorg-font-encodings.in
+++ b/rules/xorg-font-encodings.in
@@ -1,5 +1,5 @@
config XORG_FONT_ENCODINGS
- bool
+ tristate
select XORG_FONTS
prompt "encodings"
help
diff --git a/rules/xorg-font-isas-misc.in b/rules/xorg-font-isas-misc.in
index 20bd719f8..4f78a92b4 100644
--- a/rules/xorg-font-isas-misc.in
+++ b/rules/xorg-font-isas-misc.in
@@ -1,6 +1,7 @@
config XORG_FONT_ISAS_MISC
- bool
+ tristate
select XORG_FONTS
prompt "Isas misc"
help
- FIXME
+ Xorg ISAS fonts, contains Chinese fonts
+
diff --git a/rules/xorg-font-jis-misc.in b/rules/xorg-font-jis-misc.in
index c5594567f..b79f75b9c 100644
--- a/rules/xorg-font-jis-misc.in
+++ b/rules/xorg-font-jis-misc.in
@@ -1,6 +1,6 @@
config XORG_FONT_JIS_MISC
- bool
+ tristate
select XORG_FONTS
prompt "Jis misc"
help
- FIXME
+ This package contains miscellaneous X.Org JIS fonts.
diff --git a/rules/xorg-font-micro-misc.in b/rules/xorg-font-micro-misc.in
index 6b4ad6d5d..4f0dce621 100644
--- a/rules/xorg-font-micro-misc.in
+++ b/rules/xorg-font-micro-misc.in
@@ -1,6 +1,6 @@
config XORG_FONT_MICRO_MISC
- bool
+ tristate
select XORG_FONTS
prompt "micro misc"
help
- FIXME
+ This package contains miscellaneous X.Org Micro fonts.
diff --git a/rules/xorg-font-misc-misc.in b/rules/xorg-font-misc-misc.in
index 4fd184a4b..4d89ab428 100644
--- a/rules/xorg-font-misc-misc.in
+++ b/rules/xorg-font-misc-misc.in
@@ -1,5 +1,5 @@
config XORG_FONT_MISC_MISC
- bool
+ tristate
select XORG_FONTS
default y
prompt "misc misc"
diff --git a/rules/xorg-font-mutt-misc.in b/rules/xorg-font-mutt-misc.in
index bc356b0ed..5c6105c6a 100644
--- a/rules/xorg-font-mutt-misc.in
+++ b/rules/xorg-font-mutt-misc.in
@@ -1,6 +1,6 @@
config XORG_FONT_MUTT_MISC
- bool
+ tristate
select XORG_FONTS
prompt "Mutt misc"
help
- FIXME
+ This package contains miscellaneous X.Org Mutt fonts.
diff --git a/rules/xorg-font-schumacher-misc.in b/rules/xorg-font-schumacher-misc.in
index aedfbd663..c57161b5c 100644
--- a/rules/xorg-font-schumacher-misc.in
+++ b/rules/xorg-font-schumacher-misc.in
@@ -1,6 +1,6 @@
config XORG_FONT_SCHUMACHER_MISC
- bool
+ tristate
select XORG_FONTS
prompt "Schumacher misc"
help
- FIXME
+ This package contains miscellaneous X.Org Schumacher fonts.
diff --git a/rules/xorg-font-sony-misc.in b/rules/xorg-font-sony-misc.in
index c65805eb2..060836c7c 100644
--- a/rules/xorg-font-sony-misc.in
+++ b/rules/xorg-font-sony-misc.in
@@ -1,6 +1,6 @@
config XORG_FONT_SONY_MISC
- bool
+ tristate
select XORG_FONTS
prompt "Sony misc"
help
- FIXME
+ This package contains miscellaneous X.Org Sony fonts.
diff --git a/rules/xorg-font-sun-misc.in b/rules/xorg-font-sun-misc.in
index f2f354459..59bf24f5f 100644
--- a/rules/xorg-font-sun-misc.in
+++ b/rules/xorg-font-sun-misc.in
@@ -1,6 +1,6 @@
config XORG_FONT_SUN_MISC
- bool
+ tristate
select XORG_FONTS
prompt "Sun misc"
help
- FIXME
+ This package contains miscellaneous X.Org Sun fonts.
diff --git a/rules/xorg-font-util.in b/rules/xorg-font-util.in
index dc2528ede..ed7eba6ab 100644
--- a/rules/xorg-font-util.in
+++ b/rules/xorg-font-util.in
@@ -1,5 +1,6 @@
config XORG_FONT_UTIL
- bool
+ tristate
prompt "Util "
help
- FIXME
+ An application for creating an index of
+ X font files in a directory