Mesa (gallium-0.2): i915: Build gem and egl winsys by default

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Jan 19 01:31:28 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: a835eb930df5b596060a88863933a1bc7d76b6a9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a835eb930df5b596060a88863933a1bc7d76b6a9

Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Mon Jan 19 02:24:29 2009 +0100

i915: Build gem and egl winsys by default

---

 src/gallium/winsys/drm/intel/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/drm/intel/Makefile b/src/gallium/winsys/drm/intel/Makefile
index a670ac0..eede9fc 100644
--- a/src/gallium/winsys/drm/intel/Makefile
+++ b/src/gallium/winsys/drm/intel/Makefile
@@ -2,7 +2,7 @@ TOP = ../../../../..
 include $(TOP)/configs/current
 
 
-SUBDIRS = common dri egl
+SUBDIRS = gem egl
 
 
 default: subdirs




More information about the mesa-commit mailing list