summaryrefslogtreecommitdiffstats
path: root/rules/python-imaging.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-05-26 19:01:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-22 14:55:35 +0200
commit0e7401612a33920b454d88546cb8ea821afb228a (patch)
tree103eecd558af06cf13815e99bb573618ef203d77 /rules/python-imaging.in
parent40e83010298d2547d4b3667e1bcd55b91331dbbc (diff)
downloadptxdist-0e7401612a33920b454d88546cb8ea821afb228a.tar.gz
ptxdist-0e7401612a33920b454d88546cb8ea821afb228a.tar.xz
python-imaging: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python-imaging.in')
-rw-r--r--rules/python-imaging.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/python-imaging.in b/rules/python-imaging.in
new file mode 100644
index 000000000..6fe9f6341
--- /dev/null
+++ b/rules/python-imaging.in
@@ -0,0 +1,24 @@
+## SECTION=multimedia_libs
+
+menuconfig PYTHON_IMAGING
+ tristate
+ select PYTHON
+ select ZLIB
+ select FREETYPE if PYTHON_IMAGING_FREETYPE
+ select LIBJPEG if PYTHON_IMAGING_JPEG
+ prompt "python-imaging"
+ help
+ FIXME
+
+if PYTHON_IMAGING
+
+config PYTHON_IMAGING_FREETYPE
+ bool
+ prompt "FreeType support"
+
+config PYTHON_IMAGING_JPEG
+ bool
+ prompt "jpeg support"
+
+endif
+