diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-11-01 21:46:28 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-11-01 21:46:28 +0000 |
commit | 548ae3d28a052f9bd48f88a3a183ff1237a27411 (patch) | |
tree | ee1f5dc6b2f2bf6d8747c3f57ee52b348514a94e | |
parent | cc19ab72acaed363c07b94159939b750d8eade4b (diff) | |
download | upstream-548ae3d28a052f9bd48f88a3a183ff1237a27411.tar.gz upstream-548ae3d28a052f9bd48f88a3a183ff1237a27411.tar.bz2 upstream-548ae3d28a052f9bd48f88a3a183ff1237a27411.zip |
n810-gui profile: Add xkeyboard-config
SVN-Revision: 23767
-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 b04db3c9e5..647ccd2134 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 xterm \ + xserver-xorg xinit xauth xkeyboard-config xkbdata xterm \ xf86-video-omapfb xf86-input-tslib xf86-input-evdev \ openbox lxpanel \ pwrtray |