mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-09-03 22:08:44 +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
|
lg_common
|
||||||
xcb
|
xcb
|
||||||
xcb-shm
|
xcb-shm
|
||||||
Xfixes
|
xcb-xfixes
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(capture_XCB
|
target_include_directories(capture_XCB
|
||||||
|
Reference in New Issue
Block a user