From 4e84617feb596eac03a50d685a7ee0ae2b409d21 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Thu, 27 Sep 2012 14:59:28 +0000 Subject: Add touchscreen module Enable it on XO-4, and also XO-1.75 until the early touchscreen prototypes have been phased out. --- diff --git a/examples/f18-xo1.75.ini b/examples/f18-xo1.75.ini index 36a6fab..9344ce5 100644 --- a/examples/f18-xo1.75.ini +++ b/examples/f18-xo1.75.ini @@ -24,6 +24,8 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/ addrepo_2=1,olpc-f18-xo1.75,http://rpmdropbox.laptop.org/f18-xo1.75/ add_excludes_to=fedora,fedora-updates,fedora-updates-testing +[touchscreen] + [x11] [gnome] diff --git a/examples/f18-xo4.ini b/examples/f18-xo4.ini index 05f9c43..ab69a74 100644 --- a/examples/f18-xo4.ini +++ b/examples/f18-xo4.ini @@ -24,6 +24,8 @@ addrepo_1=1,olpc-f18,http://rpmdropbox.laptop.org/f18/ addrepo_2=1,olpc-f18-xo4,http://rpmdropbox.laptop.org/f18-xo4/ add_excludes_to=fedora,fedora-updates,fedora-updates-testing +[touchscreen] + [x11] [gnome] diff --git a/modules/touchscreen/README b/modules/touchscreen/README new file mode 100644 index 0000000..b81f4ea --- /dev/null +++ b/modules/touchscreen/README @@ -0,0 +1,2 @@ +Include this module in your build if you want to enable advanced touchscreen +features such as the on-screen keyboard. diff --git a/modules/touchscreen/kspkglist.50.touch.inc b/modules/touchscreen/kspkglist.50.touch.inc new file mode 100644 index 0000000..6b62115 --- /dev/null +++ b/modules/touchscreen/kspkglist.50.touch.inc @@ -0,0 +1 @@ +maliit-plugins -- cgit v0.9.1