summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-10-10 14:43:50 +0100
committerDaniel Stone <daniels@collabora.com>2018-02-09 17:31:06 +0000
commit8d8f2600ecd3b017cb93d34e037cdae27fcded59 (patch)
tree90db988f984db208100416ba497914e478e501bb
parent85cb5ed64aa8246f4da93fc5b76dfc34096bf803 (diff)
wayland-egl: move the wayland-egl{, -core}.h headers to egl/
Now we have all the wayland-egl bits in a single place. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Arnaud Vrac <avrac@freebox.fr>
-rw-r--r--Makefile.am5
-rw-r--r--egl/wayland-egl-core.h (renamed from src/wayland-egl-core.h)0
-rw-r--r--egl/wayland-egl.h (renamed from src/wayland-egl.h)0
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index deafc04..322d6b8 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 = \
@@ -146,6 +144,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
index b3ab512..b3ab512 100644
--- a/src/wayland-egl-core.h
+++ b/egl/wayland-egl-core.h
diff --git a/src/wayland-egl.h b/egl/wayland-egl.h
index 279dcb8..279dcb8 100644
--- a/src/wayland-egl.h
+++ b/egl/wayland-egl.h