Second try to fix travis autotest adding x11 in macos packages
This commit is contained in:
parent
1961b18d14
commit
a55886a4d9
|
@ -73,6 +73,7 @@ matrix:
|
|||
- gawk
|
||||
- libxml++
|
||||
- qt5
|
||||
- x11
|
||||
|
||||
before_install:
|
||||
- source .travis/common.sh
|
||||
|
|
|
@ -20,6 +20,7 @@ if (ENABLE_VPR_GRAPHICS)
|
|||
if (NOT X11_FOUND)
|
||||
message(WARNING "Failed to find required X11 library (on debian/ubuntu try 'sudo apt-get install libx11-dev' to install)")
|
||||
#Disable
|
||||
else ()
|
||||
set(ENABLE_VPR_GRAPHICS false)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue