mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-04-07 12:20:37 +02:00
11 lines
248 B
PkgConfig
11 lines
248 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Xcursor
|
|
Description: X Cursor Library
|
|
Version: @VERSION@
|
|
Requires: xrender
|
|
Cflags: -I${includedir} @XCURSOR_CFLAGS@
|
|
Libs: -L${libdir} -lXcursor @XCURSOR_LIBS@
|