add 'canvas' gui element where you can draw into a pixmap from python
[enigma2.git] / lib / python / Components / Renderer / Makefile.am
index a8ca2939a64f2efe683df4bb78f5e9008255fdad..31439c7c15cfddca2792e82620eaf57bc4b2f29e 100644 (file)
@@ -1,6 +1,5 @@
 installdir = $(LIBDIR)/enigma2/python/Components/Renderer
 
 install_PYTHON = \
-       __init__.py Label.py Progress.py Listbox.py Renderer.py
-
-
+       __init__.py Label.py Progress.py Listbox.py Renderer.py Pixmap.py \
+       FixedLabel.py PositionGauge.py Canvas.py