From 76a4e4251c4e5db7b87fe2240573115e09ba143f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 21 Feb 2017 16:14:29 +0000 Subject: [PATCH] build: remove white space in -uninstalled.pc.in files v2: Rebase, address wayland-client-uninstalled Signed-off-by: Emil Velikov Reviewed-by: Derek Foreman (v1) --- src/wayland-client-uninstalled.pc.in | 2 +- src/wayland-scanner-uninstalled.pc.in | 2 +- src/wayland-server-uninstalled.pc.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wayland-client-uninstalled.pc.in b/src/wayland-client-uninstalled.pc.in index 732736e..6fd0ce6 100644 --- a/src/wayland-client-uninstalled.pc.in +++ b/src/wayland-client-uninstalled.pc.in @@ -1,7 +1,7 @@ libdir=@abs_builddir@/.libs includedir=@abs_srcdir@ protocoldir=@abs_top_builddir@/protocol - + Name: Wayland Client Description: Wayland client side library (not installed) Version: @PACKAGE_VERSION@ diff --git a/src/wayland-scanner-uninstalled.pc.in b/src/wayland-scanner-uninstalled.pc.in index 132f42d..4559799 100644 --- a/src/wayland-scanner-uninstalled.pc.in +++ b/src/wayland-scanner-uninstalled.pc.in @@ -1,6 +1,6 @@ pkgdatadir=@abs_top_srcdir@ wayland_scanner=@abs_top_builddir@/wayland-scanner - + Name: Wayland Scanner Description: Wayland scanner (not installed) Version: @PACKAGE_VERSION@ diff --git a/src/wayland-server-uninstalled.pc.in b/src/wayland-server-uninstalled.pc.in index 562686c..6b6e603 100644 --- a/src/wayland-server-uninstalled.pc.in +++ b/src/wayland-server-uninstalled.pc.in @@ -1,7 +1,7 @@ libdir=@abs_builddir@/.libs includedir=@abs_srcdir@ protocoldir=@abs_top_builddir@/protocol - + Name: Wayland Server Description: Server side implementation of the Wayland protocol (not installed) Version: @PACKAGE_VERSION@ -- 2.7.4