blob: 4c1b7d611a3735da885f5922a65413d1a9456e47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/Videomode
install_PYTHON = \
__init__.py \
plugin.py \
VideoHardware.py \
VideoWizard.py \
videowizard.xml \
*.png
install_DATA = LICENSE
|