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>
This commit is contained in:
parent
86a478032b
commit
389f22d1cb
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||||
Name: XCB Present
|
Name: XCB Present
|
||||||
Description: XCB Present Extension
|
Description: XCB Present Extension
|
||||||
Version: @PACKAGE_VERSION@
|
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
|
Libs: -L${libdir} -lxcb-present
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue