[PATCH wayland 4/4] build: remove white space in -uninstalled.pc.in files
Emil Velikov
emil.l.velikov at gmail.com
Tue Aug 30 17:24:22 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
Afaict the gratuitous space isn't a requirement, then again I've just
read up on -uninstalled .pc files.
---
src/wayland-scanner-uninstalled.pc.in | 2 +-
src/wayland-server-uninstalled.pc.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/wayland-scanner-uninstalled.pc.in b/src/wayland-scanner-uninstalled.pc.in
index 8dcfef3..0349833 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_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 892e92d..dccbe04 100644
--- a/src/wayland-server-uninstalled.pc.in
+++ b/src/wayland-server-uninstalled.pc.in
@@ -1,6 +1,6 @@
libdir=@abs_builddir@/.libs
includedir=@abs_srcdir@
-
+
Name: Wayland Server
Description: Server side implementation of the Wayland protocol (not installed)
Version: @PACKAGE_VERSION@
--
2.9.0
More information about the wayland-devel
mailing list