diff options
author | Jakob Bornecrantz <[email protected]> | 2009-01-19 02:24:29 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-01-19 02:24:29 +0100 |
commit | a835eb930df5b596060a88863933a1bc7d76b6a9 (patch) | |
tree | 64788d20751e7e406033b99a8f22bca4bab2b78e /src/gallium/winsys | |
parent | 353f824379259f899142b106d6f642fbe46207f4 (diff) |
i915: Build gem and egl winsys by default
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | 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 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 |