misc: make use of the xcb-aux library

This commit is contained in:
Daniel Eklöf 2019-01-19 18:46:20 +01:00
parent 9d5bbe0566
commit dff3104c85
5 changed files with 17 additions and 40 deletions

View file

@ -23,7 +23,7 @@ set(CMAKE_C_FLAGS "-Wall -Werror ${CMAKE_C_FLAGS}")
find_package(Threads REQUIRED)
find_package(PkgConfig REQUIRED)
pkg_check_modules(XCB REQUIRED xcb xcb-randr xcb-render xcb-cursor)
pkg_check_modules(XCB REQUIRED xcb xcb-aux xcb-randr xcb-render xcb-cursor)
pkg_check_modules(XCB_ERRORS xcb-errors)
pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
pkg_check_modules(CAIRO REQUIRED cairo cairo-xcb cairo-ft)