mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
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
1 changed files with 0 additions and 3 deletions
|
@ -20,7 +20,4 @@ target_link_libraries(videosoftware
|
||||||
PUBLIC
|
PUBLIC
|
||||||
common
|
common
|
||||||
videocommon
|
videocommon
|
||||||
|
|
||||||
PRIVATE
|
|
||||||
${X11_LIBRARIES}
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue