mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
pkgconfig: Use configure provided directories
https://bugs.freedesktop.org/show_bug.cgi?id=57630
This commit is contained in:
parent
e8fbce73c7
commit
92ca1a0e80
3 changed files with 12 additions and 12 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=@exec_prefix@
|
||||||
libdir=${exec_prefix}/lib
|
libdir=@libdir@
|
||||||
includedir=${prefix}/include
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: Wayland Cursor
|
Name: Wayland Cursor
|
||||||
Description: Wayland cursor helper library
|
Description: Wayland cursor helper library
|
||||||
Version: @WAYLAND_VERSION@
|
Version: @WAYLAND_VERSION@
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=@exec_prefix@
|
||||||
libdir=${exec_prefix}/lib
|
libdir=@libdir@
|
||||||
includedir=${prefix}/include
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: Wayland Client
|
Name: Wayland Client
|
||||||
Description: Wayland client side library
|
Description: Wayland client side library
|
||||||
Version: @WAYLAND_VERSION@
|
Version: @WAYLAND_VERSION@
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=@exec_prefix@
|
||||||
libdir=${exec_prefix}/lib
|
libdir=@libdir@
|
||||||
includedir=${prefix}/include
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: Wayland Server
|
Name: Wayland Server
|
||||||
Description: Server side implementation of the Wayland protocol
|
Description: Server side implementation of the Wayland protocol
|
||||||
Version: @WAYLAND_VERSION@
|
Version: @WAYLAND_VERSION@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue