mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-30 02:26:28 +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
|
lg_common
|
||||||
xcb
|
xcb
|
||||||
xcb-shm
|
xcb-shm
|
||||||
Xfixes
|
xcb-xfixes
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(capture_XCB
|
target_include_directories(capture_XCB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user