diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-05-06 14:40:48 +0200 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-05-06 14:40:48 +0200 |
| commit | 8d3e9193ba0ddaa819db9c6a0447eca74a8328a3 (patch) | |
| tree | c60c59ca421551aa811a92cae7dcd948fe159003 /lib/python/Components/Makefile.am | |
| parent | ab4b0f90b14df623075a8b3fc1b321a370800cc6 (diff) | |
| download | enigma2-8d3e9193ba0ddaa819db9c6a0447eca74a8328a3.tar.gz enigma2-8d3e9193ba0ddaa819db9c6a0447eca74a8328a3.zip | |
add option to select a keymap for a attached keyboard.
this closes #11
Diffstat (limited to 'lib/python/Components/Makefile.am')
| -rwxr-xr-x[-rw-r--r--] | lib/python/Components/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index 67cec18d..85e4d3ec 100644..100755 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -18,4 +18,5 @@ install_PYTHON = \ MultiContent.py MediaPlayer.py TunerInfo.py VideoWindow.py ChoiceList.py \ Element.py Playlist.py ParentalControl.py ParentalControlList.py \ Ipkg.py SelectionList.py Scanner.py SystemInfo.py DreamInfoHandler.py \ - Task.py language_cache.py Console.py ResourceManager.py TuneTest.py + Task.py language_cache.py Console.py ResourceManager.py TuneTest.py \ + Keyboard.py |
