aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <[email protected]>2011-04-23 14:14:29 +0200
committerKristian Høgsberg <[email protected]>2011-04-25 10:45:56 -0400
commitaaa3c0d6de7fc2c8d209d3adba11eba1133c61d1 (patch)
treeff66850b5a12bd2f0195f4ce5fc0b9d14150ba94 /src/gallium/winsys/sw/Makefile
parentb2a98c3531c276b76024bb9b10fdd6c3360cb0c9 (diff)
winsys: Add wayland shm sw winsys
Diffstat (limited to 'src/gallium/winsys/sw/Makefile')
-rw-r--r--src/gallium/winsys/sw/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/winsys/sw/Makefile b/src/gallium/winsys/sw/Makefile
index 094e811d57d..2fad717eb16 100644
--- a/src/gallium/winsys/sw/Makefile
+++ b/src/gallium/winsys/sw/Makefile
@@ -14,6 +14,10 @@ ifneq ($(findstring fbdev, $(EGL_PLATFORMS)),)
SUBDIRS += fbdev
endif
+ifneq ($(findstring wayland, $(EGL_PLATFORMS)),)
+SUBDIRS += wayland
+endif
+
default install clean:
@for dir in $(SUBDIRS) ; do \
if [ -d $$dir ] ; then \