From: Jakob Bornecrantz Date: Mon, 19 Jan 2009 01:24:29 +0000 (+0100) Subject: i915: Build gem and egl winsys by default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a835eb930df5b596060a88863933a1bc7d76b6a9;p=mesa.git i915: Build gem and egl winsys by default --- diff --git a/src/gallium/winsys/drm/intel/Makefile b/src/gallium/winsys/drm/intel/Makefile index a670ac044d0..eede9fc866c 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