summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZhao halley <halley.zhao@intel.com>2012-05-24 17:13:31 +0800
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-09-26 15:43:51 +0200
commitcde2a75033e38b70f2c81addf326a0d493b25149 (patch)
tree613ed79d9c7a4a7d2a1d521991a70b6bdf317b5c /configure.ac
parent71356bec9a8c9ac4e885a29e31e282951b688582 (diff)
wayland: ship with wayland-drm protocol.
Signed-off-by: Zhao Halley <halley.zhao@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e7f0f53..96584a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,6 +167,10 @@ AM_CONDITIONAL(USE_WAYLAND, test "$USE_WAYLAND" = "yes")
AC_SUBST([WAYLAND_DRM_CFLAGS])
AC_SUBST([WAYLAND_DRM_LIBS])
+m4_ifdef([WAYLAND_SCANNER_RULES],
+ [WAYLAND_SCANNER_RULES(['$(top_srcdir)/src/wayland'])],
+ [wayland_scanner_rules=""; AC_SUBST(wayland_scanner_rules)])
+
AC_OUTPUT([
Makefile
debian.upstream/Makefile
@@ -180,6 +184,7 @@ AC_OUTPUT([
src/shaders/post_processing/Makefile
src/shaders/render/Makefile
src/shaders/vme/Makefile
+ src/wayland/Makefile
])
dnl Print summary