Fix Travis-CI build

This commit is contained in:
Jonas Kvinge 2018-07-05 19:11:47 +02:00
parent c63399ee98
commit 803590daa8
1 changed files with 3 additions and 1 deletions

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