Software: Don't link against X11 libraries
The software backend doesn't actually use X11 in any capacity directly.
This commit is contained in:
parent
bdfc6de9fd
commit
540bb1a1b0
|
@ -20,7 +20,4 @@ target_link_libraries(videosoftware
|
||||||
PUBLIC
|
PUBLIC
|
||||||
common
|
common
|
||||||
videocommon
|
videocommon
|
||||||
|
|
||||||
PRIVATE
|
|
||||||
${X11_LIBRARIES}
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue