diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-03-25 15:04:15 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-03-26 17:40:06 +0000 |
commit | f65c43c05a766ef2e9335367d079b75273d5e53f (patch) | |
tree | 664088b8286e5702c88634346888b92745453862 /xvmc-wrapper.pc.in | |
parent | cdf1532b13efe667f40dd472f41b4e12a0282dea (diff) |
autotools: fix Requires and Requires.Private in pkgconfig
This only applies to the autotools generated pkg-config files, as Meson
does it's own dependency tracking for us.
Diffstat (limited to 'xvmc-wrapper.pc.in')
-rw-r--r-- | xvmc-wrapper.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xvmc-wrapper.pc.in b/xvmc-wrapper.pc.in index 9a81328..464e915 100644 --- a/xvmc-wrapper.pc.in +++ b/xvmc-wrapper.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: XvMCWrapper Description: XvMC wrapper library Version: @PACKAGE_VERSION@ -Requires: xproto videoproto -Requires.private: x11 xext +Requires: videoproto xextproto +Requires.private: x11 >= 1.6 xext xv Cflags: -I${includedir} Libs: -L${libdir} -lXvMCW |