diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 17:37:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 17:37:53 +0000 |
commit | a4022064ccd7746bc1bc412af39a85cddc10fee0 (patch) | |
tree | 713746d2f42c893b55505509831e70c9e07d8b58 /lib/libXrandr/xrandr.pc.in | |
parent | 7cf62c518e939f6c1aefe3b470dda09debfacd7f (diff) |
import from X.Org 7.2RC1
Diffstat (limited to 'lib/libXrandr/xrandr.pc.in')
-rw-r--r-- | lib/libXrandr/xrandr.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libXrandr/xrandr.pc.in b/lib/libXrandr/xrandr.pc.in new file mode 100644 index 000000000..c691d1733 --- /dev/null +++ b/lib/libXrandr/xrandr.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xrandr +Description: X RandR Library +Version: @VERSION@ +Requires: xproto randrproto >= @RANDR_VERSION@ +Requires.private: x11 xext xrender +Cflags: -I${includedir} +Libs: -L${libdir} -lXrandr |