[PATCH weston v2] Move weston-egl-ext.h to shared
Daniel Stone
daniels at collabora.com
Thu Nov 24 20:14:16 UTC 2016
Given that it's used by clients, it's really the very definition of
shared.
Signed-off-by: Daniel Stone <daniels at collabora.com>
---
Makefile.am | 2 +-
{libweston => shared}/weston-egl-ext.h | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename {libweston => shared}/weston-egl-ext.h (100%)
diff --git a/Makefile.am b/Makefile.am
index b7eefd8..ac38301 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,7 +111,7 @@ libweston_ at LIBWESTON_MAJOR@_la_SOURCES = \
shared/timespec-util.h \
shared/zalloc.h \
shared/platform.h \
- libweston/weston-egl-ext.h
+ shared/weston-egl-ext.h
lib_LTLIBRARIES += libweston-desktop- at LIBWESTON_MAJOR@.la
libweston_desktop_ at LIBWESTON_MAJOR@_la_CPPFLAGS = $(AM_CPPFLAGS) -DIN_WESTON
diff --git a/libweston/weston-egl-ext.h b/shared/weston-egl-ext.h
similarity index 100%
rename from libweston/weston-egl-ext.h
rename to shared/weston-egl-ext.h
--
2.9.3
More information about the wayland-devel
mailing list