diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:41 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:41 +0000 |
commit | 328e88110f43b18268c1fde62e9ce7247a797699 (patch) | |
tree | 0c049dc456c5956304c57c8d392caac52d6c7307 /xcursor.pc.in | |
parent | 54d9a60a1891c1c1938db00d835b8fe0a12327c6 (diff) |
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Diffstat (limited to 'xcursor.pc.in')
-rw-r--r-- | xcursor.pc.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xcursor.pc.in b/xcursor.pc.in index f3cadf0..1e4f4e7 100644 --- a/xcursor.pc.in +++ b/xcursor.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ Name: Xcursor Description: X Cursor Library Version: @VERSION@ -Requires: xrender -Cflags: -I${includedir} @XCURSOR_CFLAGS@ -Libs: -L${libdir} -lXcursor @XCURSOR_LIBS@ +Requires: xproto +Requires.private: x11 xrender xfixes +Cflags: -I${includedir} +Libs: -L${libdir} -lXcursor |