diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-11-16 19:01:19 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-11-16 19:01:19 +0000 |
commit | b058e97af498c377b3c0128fda7524af087e149f (patch) | |
tree | d9dc7fbe503d6d9d7201e9c6bedf524fbdc00bde /target/linux/omap24xx/profiles/110-n810-gui.mk | |
parent | 50a7ff97efa51cbb0c5134bfbbacfea74f327f8b (diff) | |
download | upstream-b058e97af498c377b3c0128fda7524af087e149f.tar.gz upstream-b058e97af498c377b3c0128fda7524af087e149f.tar.bz2 upstream-b058e97af498c377b3c0128fda7524af087e149f.zip |
n810: Add xmodmap to profile
SVN-Revision: 29193
Diffstat (limited to 'target/linux/omap24xx/profiles/110-n810-gui.mk')
-rw-r--r-- | target/linux/omap24xx/profiles/110-n810-gui.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/profiles/110-n810-gui.mk b/target/linux/omap24xx/profiles/110-n810-gui.mk index 9c3c5d025a..d5808cf0dc 100644 --- a/target/linux/omap24xx/profiles/110-n810-gui.mk +++ b/target/linux/omap24xx/profiles/110-n810-gui.mk @@ -9,7 +9,7 @@ define Profile/n810-gui $(call Profile/n810-base) NAME:=Nokia n810 (GUI) PACKAGES+= \ - xserver-xorg xinit xauth xkeyboard-config xkbdata xterm \ + xserver-xorg xinit xauth xkeyboard-config xkbdata xmodmap xterm \ xf86-video-omapfb xf86-input-tslib xf86-input-evdev \ openbox tint2 matchbox-keyboard \ pwrtray |