[PATCH] shared/platform: include weston-egl-ext.h only if ENABLE_EGL is defined

Krzysztof Konopko kris at youview.com
Thu Sep 15 11:01:49 UTC 2016


Including `weston-egl-ext.h` causes compilation failure for configurations
with EGL disabled.

Verified with `--disable-egl`, `--disable-x11-compositor`
and `--disable-drm-compositor`.

Signed-off-by: Krzysztof Konopko <kris at youview.com>
---
 shared/platform.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/platform.h b/shared/platform.h
index 1eb96fd..30db1a6 100644
--- a/shared/platform.h
+++ b/shared/platform.h
@@ -33,9 +33,9 @@
 #include <wayland-egl.h>
 #include <EGL/egl.h>
 #include <EGL/eglext.h>
-#endif

 #include "weston-egl-ext.h"
+#endif

 #ifdef  __cplusplus
 extern "C" {
--
2.1.4

This transmission contains information that may be confidential and contain personal views which are not necessarily those of YouView TV Ltd. YouView TV Ltd (Co No:7308805) is a limited liability company registered in England and Wales with its registered address at YouView TV Ltd, 3rd Floor, 10 Lower Thames Street, London, EC3R 6YT. For details see our web site at http://www.youview.com


More information about the wayland-devel mailing list