From: Koen Kooi Date: Mon, 15 Feb 2010 09:30:50 +0000 (+0100) Subject: eee701: add dri* and glx modules to XSERVER X-Git-Tag: Release-2010-05/1~491^2~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2b31eb57aecf85c132590356a57acb8239a227;p=openembedded.git eee701: add dri* and glx modules to XSERVER --- diff --git a/conf/machine/eee701.conf b/conf/machine/eee701.conf index 425fedf335..f0634c3564 100644 --- a/conf/machine/eee701.conf +++ b/conf/machine/eee701.conf @@ -17,9 +17,12 @@ MACHINE_DISPLAY_ORIENTATION = "0" XSERVER = "xserver-xorg \ xf86-video-intel \ xf86-input-evdev \ - xf86-input-keyboard \ - xf86-input-mouse \ - xf86-input-synaptics" + xf86-input-keyboard \ + xf86-input-mouse \ + xf86-input-synaptics \ + xserver-xorg-extension-dri \ + xserver-xorg-extension-dri2 \ + xserver-xorg-extension-glx" IMAGE_FSTYPES += "tar.gz"