From 10650210e775ab98f1b0bf4bd5292361f1807b0f Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 13 Oct 2008 15:23:14 +0000 Subject: Adds support for GEM + DRI2 DRI2 is disabled by default though since running with metacity-clutter seems to cause a lock up. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc') diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc b/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc index 6caf889d1d..227be4ec0c 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc @@ -1,8 +1,6 @@ require xserver-xf86-common.inc -PROVIDES += "xserver-xf86-dri-lite" - -PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto xf86driproto dri2proto" +PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" LIB_DEPS = "pixman mesa-dri libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" @@ -12,24 +10,28 @@ RDEPENDS = "hal xorg-minimal-fonts" FILES_${PN} += "${bindir}/Xorg " -EXTRA_OECONF += "--disable-cfb \ - --disable-afb \ - --disable-mfb \ +EXTRA_OECONF += "--disable-static \ + --disable-acfb \ + --disable-ccfb \ + --disable-mcfb \ --disable-dga \ --disable-xinerama \ --disable-xf86misc \ --disable-xorgcfg \ + --disable-record \ --disable-dmx \ --disable-xnest \ --disable-xvfb \ --enable-composite \ - --enable-dri \ --enable-glx-tls \ --sysconfdir=/etc/X11 \ --localstatedir=/var \ + --with-pic \ + --with-int10=x86emu \ --with-fontdir=/usr/share/fonts/X11 \ --with-xkb-output=/var/lib/xkb \ ac_cv_file__usr_share_sgml_X11_defs_ent=no" # Due to mesa-dri COMPATIBLE_HOST = '(i.86.*-linux)' + -- cgit v1.2.3-54-g00ecf