diff options
Diffstat (limited to 'xdamage.pc.in')
-rw-r--r-- | xdamage.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xdamage.pc.in b/xdamage.pc.in index e11691f..3fab73f 100644 --- a/xdamage.pc.in +++ b/xdamage.pc.in @@ -6,5 +6,7 @@ includedir=@includedir@ Name: Xdamage Description: X Damage Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @XDAMAGE_CFLAGS@ @X_CFLAGS@ -Libs: -L${libdir} -lXdamage @XDAMAGE_LIBS@ @X_LIBS@ +Requires: xproto damageproto >= @DAMAGEEXT_VERSION@ xfixes +Requires.private: x11 xfixes +Cflags: -I${includedir} +Libs: -L${libdir} -lXdamage |