aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Makefile.am
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2010-08-26 08:34:43 +0200
committeracid-burn <acid-burn@opendreambox.org>2010-08-26 08:34:43 +0200
commit97f8d756b444ef1d308f2c6e80b62e5e5a057cc1 (patch)
tree1210f007a4cb49841f1d16e042a4dae845d61dbc /lib/python/Screens/Makefile.am
parent65ce4a9bd27e342545b88faf9420426113d32702 (diff)
downloadenigma2-97f8d756b444ef1d308f2c6e80b62e5e5a057cc1.tar.gz
enigma2-97f8d756b444ef1d308f2c6e80b62e5e5a057cc1.zip
Enigma2: add possibility to configure input device delay and repeat settings.
fixes #69
Diffstat (limited to 'lib/python/Screens/Makefile.am')
-rwxr-xr-xlib/python/Screens/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am
index d96b491e..a4b158de 100755
--- a/lib/python/Screens/Makefile.am
+++ b/lib/python/Screens/Makefile.am
@@ -14,5 +14,6 @@ install_PYTHON = \
SubtitleDisplay.py SubservicesQuickzap.py ParentalControlSetup.py NumericalTextInputHelpDialog.py \
SleepTimerEdit.py Ipkg.py RdsDisplay.py Globals.py DefaultWizard.py \
SessionGlobals.py LocationBox.py WizardLanguage.py TaskView.py Rc.py VirtualKeyBoard.py \
- TextBox.py FactoryReset.py RecordPaths.py UnhandledKey.py ServiceStopScreen.py
+ TextBox.py FactoryReset.py RecordPaths.py UnhandledKey.py ServiceStopScreen.py \
+ InputDeviceSetup.py