1
0
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:
Jonas Kvinge 2018-07-05 19:11:47 +02:00
parent c63399ee98
commit 803590daa8

View File

@ -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()