summaryrefslogtreecommitdiffstats
path: root/rules/poppler.in
blob: 9c4d727b86a49567d00cb5a3b324524280f5ce2d (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
config POPPLER
	bool
	prompt "poppler"
	select GLIB if POPPLER_GLIB
	select GTK if POPPLER_GLIB
	select LIBJPEG if POPPLER_JPEG
	select CAIRO if POPPLER_CAIRO
	select ZLIB if POPPLER_ZLIB 
	help
	  Poppler is a PDF rendering library based on the xpdf-3.0 code base.

config POPPLER_BIN
	bool
	prompt "install poppler utilities"
	depends on POPPLER
	help
	  installs command line utilies comming with poppler package, contains
	  pdffonts, pdfimages, pdfinfo, pdftoabw, pdftohtml, pdftoppm, pdftops,
	  pdftotext.

config POPPLER_X
	bool
	prompt "enable X support"
	depends on POPPLER
	help
	  build poppler with X support.

config POPPLER_GLIB
	bool
	prompt "enable poppler glib wrapper"
	depends on POPPLER
	help
	  build poppler glib wrapper.

config POPPLER_CAIRO
	bool
	prompt "enable poppler cairo graphics backend"
	depends on POPPLER
	help
	  built cairo graphics backend

config POPPLER_JPEG
	bool
	prompt "enable poppler jpeg support"
	depends on POPPLER
	help
	  compiles poppler glib wrapper.

config POPPLER_ZLIB
	bool
	prompt "enable poppler zlib support"
	depends on POPPLER
	help
	  compiles poppler with zlib support.