mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-23 03:41:22 +00:00
[host] cmake: link correctly against libxcb-xfixes.so
We are using <xcb/xfixes.h>, so it makes sense to link against the xcb library instead of libXfixes.so directly.
This commit is contained in:
parent
69dc598857
commit
a4290b290b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ target_link_libraries(capture_XCB
|
|||
lg_common
|
||||
xcb
|
||||
xcb-shm
|
||||
Xfixes
|
||||
xcb-xfixes
|
||||
)
|
||||
|
||||
target_include_directories(capture_XCB
|
||||
|
|
Loading…
Add table
Reference in a new issue