projects
/
platform
/
upstream
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013cfd9
)
build: Fix scanner path in uninstalled pkg-config file
author
Derek Foreman
<derekf@osg.samsung.com>
Fri, 26 Aug 2016 21:04:03 +0000
(16:04 -0500)
committer
Daniel Stone
<daniels@collabora.com>
Mon, 21 Nov 2016 11:17:06 +0000
(11:17 +0000)
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@osg.samsung.com>
Acked-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
src/wayland-scanner-uninstalled.pc.in
patch
|
blob
|
history
diff --git
a/src/wayland-scanner-uninstalled.pc.in
b/src/wayland-scanner-uninstalled.pc.in
index
8dcfef3
..
132f42d
100644
(file)
--- 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)