summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2016-11-24 19:14:20 +0000
committerDaniel Stone <daniels@collabora.com>2017-01-30 16:45:19 +0000
commitffff92d592e1635a7ee4511ad3e080f7576553bd (patch)
tree2f012b97af41223bb6afd1886a051279590ec0bf
parentcd1a1c34f881de4da1184d39b8934f311bd5d04c (diff)
Move weston-egl-ext.h to shared
Given that it's used by clients, it's really the very definition of shared. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
-rw-r--r--Makefile.am2
-rw-r--r--shared/weston-egl-ext.h (renamed from libweston/weston-egl-ext.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7743158a..8627e5e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,7 +111,7 @@ libweston_@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-@LIBWESTON_MAJOR@.la
libweston_desktop_@LIBWESTON_MAJOR@_la_CPPFLAGS = $(AM_CPPFLAGS) -DIN_WESTON
diff --git a/libweston/weston-egl-ext.h b/shared/weston-egl-ext.h
index f3e6dcea..f3e6dcea 100644
--- a/libweston/weston-egl-ext.h
+++ b/shared/weston-egl-ext.h