mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +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
@ -9,7 +9,7 @@ target_link_libraries(capture_XCB
|
||||
lg_common
|
||||
xcb
|
||||
xcb-shm
|
||||
Xfixes
|
||||
xcb-xfixes
|
||||
)
|
||||
|
||||
target_include_directories(capture_XCB
|
||||
|
Loading…
Reference in New Issue
Block a user