summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-01-04 17:21:22 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-04 17:23:45 +0000
commitab0085596739eec4d762cb7c7531d0510ee076bd (patch)
treede741de3e5510c9da2826c0ca6be6921ea0f444a /examples
parent70f71e26275a294e5b1c4bfd5426fae8f911aa06 (diff)
downloadcogl-ab0085596739eec4d762cb7c7531d0510ee076bd.tar.gz
build: only build cogland with wayland-server 0.85
This ensures we only try to build cogland if we have wayland-server 0.85.x since the api is incompatible with later versions.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 3d9f5612..504602c7 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -50,10 +50,13 @@ cogl_x11_tfp_LDADD = $(common_ldadd)
endif
if SUPPORT_WAYLAND_EGL_SERVER
+# Note: Cogland currently only builds for Wayland 0.85
+if WAYLAND_0_85_X_SERVER
programs += cogland
cogland_SOURCES = cogland.c
cogland_LDADD = $(common_ldadd)
endif
+endif
if SUPPORT_SDL
programs += cogl-sdl-hello