[PATCH wayland v2 8/8] wayland-egl: move the wayland-egl{, -core}.h headers to egl/
Emil Velikov
emil.l.velikov at gmail.com
Tue Oct 10 13:43:50 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Now we have all the wayland-egl bits in a single place.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
Makefile.am | 5 +++--
{src => egl}/wayland-egl-core.h | 0
{src => egl}/wayland-egl.h | 0
3 files changed, 3 insertions(+), 2 deletions(-)
rename {src => egl}/wayland-egl-core.h (100%)
rename {src => egl}/wayland-egl.h (100%)
diff --git a/Makefile.am b/Makefile.am
index faf48ac..3e710a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,8 +64,6 @@ include_HEADERS = \
src/wayland-server-core.h \
src/wayland-client.h \
src/wayland-client-core.h \
- src/wayland-egl.h \
- src/wayland-egl-core.h \
src/wayland-version.h
nodist_include_HEADERS = \
@@ -145,6 +143,9 @@ libwayland_cursor_la_CFLAGS = \
lib_LTLIBRARIES += libwayland-egl.la
+include_HEADERS += egl/wayland-egl.h
+include_HEADERS += egl/wayland-egl-core.h
+
libwayland_egl_la_SOURCES = egl/wayland-egl.c
libwayland_egl_la_LDFLAGS = -version-info 1
diff --git a/src/wayland-egl-core.h b/egl/wayland-egl-core.h
similarity index 100%
rename from src/wayland-egl-core.h
rename to egl/wayland-egl-core.h
diff --git a/src/wayland-egl.h b/egl/wayland-egl.h
similarity index 100%
rename from src/wayland-egl.h
rename to egl/wayland-egl.h
--
2.14.1
More information about the wayland-devel
mailing list