diff options
Diffstat (limited to 'xrandr.pc.in')
-rw-r--r-- | xrandr.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xrandr.pc.in b/xrandr.pc.in index 326f0e2..c691d17 100644 --- a/xrandr.pc.in +++ b/xrandr.pc.in @@ -6,5 +6,7 @@ includedir=@includedir@ Name: Xrandr Description: X RandR Library Version: @VERSION@ -Cflags: -I${includedir} @RANDR_CFLAGS@ @X_CFLAGS@ -Libs: -L${libdir} -lXrandr @RANDR_LIBS@ @X_LIBS@ +Requires: xproto randrproto >= @RANDR_VERSION@ +Requires.private: x11 xext xrender +Cflags: -I${includedir} +Libs: -L${libdir} -lXrandr |