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>
dev
Daniel Stone 8 years ago
parent cd1a1c34f8
commit ffff92d592
  1. 2
      Makefile.am
  2. 0
      shared/weston-egl-ext.h

@ -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

Loading…
Cancel
Save