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