add 'canvas' gui element where you can draw into a pixmap from python
[vuplus_dvbapp] / lib / python / Components / Sources / Makefile.am
index 5e6a30a..2e0dd44 100644 (file)
@@ -1,6 +1,6 @@
 installdir = $(LIBDIR)/enigma2/python/Components/Sources
 
 install_PYTHON = \
-       __init__.py Clock.py EventInfo.py Source.py MenuList.py CurrentService.py \
-       FrontendStatus.py Boolean.py Config.py ServiceList.py RadioText.py StreamService.py \
-       StaticText.py
+       __init__.py Clock.py EventInfo.py Source.py List.py CurrentService.py \
+       FrontendStatus.py Boolean.py Config.py ServiceList.py RdsDecoder.py StreamService.py \
+       StaticText.py CanvasSource.py