Merge pull request #7146 from lioncash/software

Software: Don't link against X11 libraries
This commit is contained in:
Markus Wick 2018-06-21 09:26:43 +02:00 committed by GitHub
commit 6bfe336102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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