From 4070c0af6c7bfe12218181d56e8e3cbb86006d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 8 Jun 2005 19:15:43 +0000 Subject: - Add Xcursor build system --- xcursor.pc.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 xcursor.pc.in (limited to 'xcursor.pc.in') diff --git a/xcursor.pc.in b/xcursor.pc.in new file mode 100644 index 0000000..c39fce7 --- /dev/null +++ b/xcursor.pc.in @@ -0,0 +1,15 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +xrenderlibs=@XRENDER_LIBS@ +xrendercflags=@XRENDER_CFLAGS@ +xlibs=@X_LIBS@ +xcflags=@X_CFLAGS@ + +Name: Xcursor +Description: X Cursor Library +Version: @VERSION@ +Requires: xrender +Cflags: -I${includedir} ${xrendercflags} ${xcflags} +Libs: -L${libdir} -lXcursor ${xrenderlibs} ${xlibs} -- cgit v1.2.3