[PATCH wayland 2/2] build: Fix scanner path in uninstalled pkg-config file
Bryce Harrington
bryce at osg.samsung.com
Tue Aug 30 00:29:12 UTC 2016
On Fri, Aug 26, 2016 at 04:04:03PM -0500, Derek Foreman wrote:
> this was generating a pkg-config file that said wayland-scanner was
> wayland/src/wayland-scanner when it's actually wayland/wayland-scanner
>
> Signed-off-by: Derek Foreman <derekf at osg.samsung.com>
Acked-by: Bryce Harrington <bryce at osg.samsung.com>
> ---
> src/wayland-scanner-uninstalled.pc.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/wayland-scanner-uninstalled.pc.in b/src/wayland-scanner-uninstalled.pc.in
> index 8dcfef3..132f42d 100644
> --- a/src/wayland-scanner-uninstalled.pc.in
> +++ b/src/wayland-scanner-uninstalled.pc.in
> @@ -1,5 +1,5 @@
> pkgdatadir=@abs_top_srcdir@
> -wayland_scanner=@abs_builddir@/wayland-scanner
> +wayland_scanner=@abs_top_builddir@/wayland-scanner
>
> Name: Wayland Scanner
> Description: Wayland scanner (not installed)
> --
> 2.9.3
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list