mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
10 lines
222 B
PkgConfig
10 lines
222 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Wayland Client
|
|
Description: Wayland client side library
|
|
Version: 0.1
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lwayland
|