summaryrefslogtreecommitdiffstats
path: root/rules/libpaper.in
blob: f7800489a03c54263c6821c6327d9c1d11295b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## SECTION=multimedia_libs

menuconfig LIBPAPER
	tristate
	prompt "libpaper                      "
	help
	  System-wide paper size configuration

if LIBPAPER

config LIBPAPER_SIZE
	string "default fallback paper size"
	default "letter"
	help
	  Paper size that is used if nothing else is specified in
	  /etc/papersize. Currently libpaper knows about the following formats:

	  10x14 11x17 Comm10 DL Monarch a0 a1 a10 a2 a3 a4 a5 a6 a7 a8 a9 archA
	  archB archC archD archE b0 b1 b10 b2 b3 b4 b5 b6 b7 b8 b9 c2 c3 c4 c5
	  c6 c7 c8 csheet dsheet esheet executive flsa flse folio halfexecutive
	  halfletter ledger legal letter note quarto statement tabloid

config LIBPAPER_PAPERCONFIG
	bool "install paperconfig"
	help
	  Install the paperconfig tool which sets the default paper size of the
	  system

config LIBPAPER_PAPERCONF
	bool "install paperconf"
	help
	  Install the paperconf tool which prints information about a specific
	  paper size

endif
# vim: ft=kconfig ts=8 noet tw=80