[PATCH weston v2] Move weston-egl-ext.h to shared

Derek Foreman derekf at osg.samsung.com
Fri Jan 27 14:48:14 UTC 2017


On 24/11/16 02:14 PM, Daniel Stone wrote:
> Given that it's used by clients, it's really the very definition of
> shared.
>
> Signed-off-by: Daniel Stone <daniels at collabora.com>

Seems pretty obviously correct.

Reviewed-by: Derek Foreman <derekf at osg.samsung.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
>



More information about the wayland-devel mailing list