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