From: Jeremy Laine Date: Wed, 7 May 2008 13:03:45 +0000 (+0000) Subject: qemu.inc: add touchscreen to MACHINE_FEATURES X-Git-Tag: Release-2010-05/1~6997 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9f3134eb35dae4e9a5c7f33b6b62e55be7b2d96;p=openembedded.git qemu.inc: add touchscreen to MACHINE_FEATURES --- diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc index fbf6ba2384..190066bca0 100644 --- a/conf/machine/include/qemu.inc +++ b/conf/machine/include/qemu.inc @@ -2,7 +2,7 @@ PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" GUI_MACHINE_CLASS = "bigscreen" -MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen keyboard" +MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen keyboard touchscreen" IMAGE_FSTYPES ?= "tar.bz2 ext2"