mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #7146 from lioncash/software
Software: Don't link against X11 libraries
This commit is contained in:
commit
6bfe336102
@ -20,7 +20,4 @@ target_link_libraries(videosoftware
|
|||||||
PUBLIC
|
PUBLIC
|
||||||
common
|
common
|
||||||
videocommon
|
videocommon
|
||||||
|
|
||||||
PRIVATE
|
|
||||||
${X11_LIBRARIES}
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user