mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
build: Fix scanner path in uninstalled pkg-config file
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>
This commit is contained in:
parent
013cfd9408
commit
8d335bf264
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue