mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2025-12-20 04:40:11 +01:00
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>
16 lines
356 B
PkgConfig
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}
|