summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-01-05 12:19:58 +0000
committerJasper St. Pierre <jstpierre@mecheye.net>2013-08-10 19:13:48 -0400
commit6585a5760bf894947b2a6ee5f105148b4713bb2c (patch)
treea4819994ff78d89880294539f30e284b15dab353 /Makefile.am
parent531be6c413ef7113b1c50d6b6dcf661af26fcdf7 (diff)
downloadmutter-6585a5760bf894947b2a6ee5f105148b4713bb2c.tar.gz
configure: Adds --enable-wayland config option
This adds a --enable-wayland configure option to enable building mutter as a hybrid X and Wayland compositor. By default the option is disabled. If enabled then HAVE_WAYLAND is defined for C code and as an automake conditional. This copies the xserver.xml wayland protocol into a protocol/ directory since wayland support will depend on this protocol for communicating with an xwayland X server. Copying the spec like this is consistent with Weston so we don't need a configure option to locate an external spec.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 56c7c888f..979ba2573 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS=src po doc
+SUBDIRS=src protocol po doc
EXTRA_DIST = HACKING MAINTAINERS rationales.txt