xorg-libxcursor/xcursor.pc.in
Alan Coopersmith 61b84c2d42 meson: Add option to build with meson
Also updates the gitlab CI config to test both build types
and compare the generated output/installed files.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcursor/-/merge_requests/24>
2025-02-23 18:12:17 -08:00

16 lines
356 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
datarootdir=@datarootdir@
icondir=@ICONDIR@
Name: Xcursor
Description: X Cursor Library
URL: https://gitlab.freedesktop.org/xorg/lib/libxcursor/
Version: @VERSION@
Requires: xproto
Requires.private: x11, xrender, xfixes
Libs: -L${libdir} -lXcursor
Cflags: -I${includedir}