mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-12 16:14:44 +01:00
Fix Travis-CI build
This commit is contained in:
parent
c63399ee98
commit
803590daa8
@ -90,7 +90,9 @@ endif(LINUX)
|
||||
if(ALSA_FOUND)
|
||||
set(HAVE_ALSA ON)
|
||||
endif()
|
||||
find_package(X11)
|
||||
if (NOT APPLE)
|
||||
find_package(X11)
|
||||
endif()
|
||||
if(X11_FOUND)
|
||||
set(HAVE_X11 ON)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user