mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-31 07:11:27 -04:00
pkgconfig: Use configure provided directories
https://bugs.freedesktop.org/show_bug.cgi?id=57630
This commit is contained in:
parent
00639de120
commit
65a0bbdbde
3 changed files with 12 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue