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