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
|
- gawk
|
||||||
- libxml++
|
- libxml++
|
||||||
- qt5
|
- qt5
|
||||||
|
- x11
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source .travis/common.sh
|
- source .travis/common.sh
|
||||||
|
|
|
@ -20,6 +20,7 @@ if (ENABLE_VPR_GRAPHICS)
|
||||||
if (NOT X11_FOUND)
|
if (NOT X11_FOUND)
|
||||||
message(WARNING "Failed to find required X11 library (on debian/ubuntu try 'sudo apt-get install libx11-dev' to install)")
|
message(WARNING "Failed to find required X11 library (on debian/ubuntu try 'sudo apt-get install libx11-dev' to install)")
|
||||||
#Disable
|
#Disable
|
||||||
|
else ()
|
||||||
set(ENABLE_VPR_GRAPHICS false)
|
set(ENABLE_VPR_GRAPHICS false)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue