[PATCH wayland] Export the Wayland protocol XML file
Kristian Høgsberg
hoegsberg at gmail.com
Sat Sep 21 21:50:37 PDT 2013
On Fri, Sep 20, 2013 at 08:27:06AM -0500, Jason Ekstrand wrote:
> Signed-off-by: Jason Ekstrand <jason at jlekstrand.net>
Yeah, let's do this; committed.
Kristian
> ---
> protocol/Makefile.am | 2 +-
> src/wayland-client.pc.in | 2 ++
> src/wayland-server.pc.in | 2 ++
> 3 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/protocol/Makefile.am b/protocol/Makefile.am
> index 08690b3..cc9cd1c 100644
> --- a/protocol/Makefile.am
> +++ b/protocol/Makefile.am
> @@ -1 +1 @@
> -EXTRA_DIST = wayland.xml
> +dist_pkgdata_DATA = wayland.xml
> diff --git a/src/wayland-client.pc.in b/src/wayland-client.pc.in
> index e453018..eef61da 100644
> --- a/src/wayland-client.pc.in
> +++ b/src/wayland-client.pc.in
> @@ -1,5 +1,7 @@
> prefix=@prefix@
> exec_prefix=@exec_prefix@
> +datarootdir=@datarootdir@
> +pkgdatadir=@datadir@/@PACKAGE@
> libdir=@libdir@
> includedir=@includedir@
>
> diff --git a/src/wayland-server.pc.in b/src/wayland-server.pc.in
> index 18a0b52..50dff53 100644
> --- a/src/wayland-server.pc.in
> +++ b/src/wayland-server.pc.in
> @@ -1,5 +1,7 @@
> prefix=@prefix@
> exec_prefix=@exec_prefix@
> +datarootdir=@datarootdir@
> +pkgdatadir=@datadir@/@PACKAGE@
> libdir=@libdir@
> includedir=@includedir@
>
> --
> 1.8.3.1
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list