Software: Don't link against X11 libraries

The software backend doesn't actually use X11 in any capacity directly.
This commit is contained in:
Lioncash 2018-06-21 01:45:41 -04:00
parent bdfc6de9fd
commit 540bb1a1b0
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7
1 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,4 @@ target_link_libraries(videosoftware
PUBLIC
common
videocommon
PRIVATE
${X11_LIBRARIES}
)