mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +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:
@@ -9,7 +9,7 @@ target_link_libraries(capture_XCB
|
||||
lg_common
|
||||
xcb
|
||||
xcb-shm
|
||||
Xfixes
|
||||
xcb-xfixes
|
||||
)
|
||||
|
||||
target_include_directories(capture_XCB
|
||||
|
Reference in New Issue
Block a user