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