diff options
author | Erik Kurzinger <ekurzinger@nvidia.com> | 2024-03-20 07:06:01 -0700 |
---|---|---|
committer | Erik Kurzinger <ekurzinger@nvidia.com> | 2024-03-20 07:06:12 -0700 |
commit | 389f22d1cb53e47337e96d9f78a3ef0001e8e588 (patch) | |
tree | c4242484d77834b64ac31f0933071265d8a0fa5a | |
parent | 86a478032ba93f30adbc0ce96eecd3420fdf7ed1 (diff) |
Add xcb-dri3 dependency to xcb-present.pc.in
Present version 1.4 introduces a dependency on DRI3 for the DRI3Syncobj
protocol type.
Signed-off-by: Erik Kurzinger <ekurzinger@nvidia.com>
-rw-r--r-- | xcb-present.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xcb-present.pc.in b/xcb-present.pc.in index 2e0cff8..2459d1d 100644 --- a/xcb-present.pc.in +++ b/xcb-present.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: XCB Present Description: XCB Present Extension Version: @PACKAGE_VERSION@ -Requires.private: xcb xcb-randr xcb-xfixes xcb-sync +Requires.private: xcb xcb-randr xcb-xfixes xcb-sync xcb-dri3 Libs: -L${libdir} -lxcb-present Cflags: -I${includedir} |