Hyperion logo align in WebUI (#896)

- DispmanX Grabber also used in PR builds
- Removed unused build variable
This commit is contained in:
Serhan
2020-07-23 16:47:35 +02:00
committed by GitHub
parent df0d411ba1
commit 6f5f28cd56
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ if ( "${PLATFORM}" MATCHES "osx" )
include_directories("/opt/X11/include/")
SET ( DEFAULT_OSX ON )
SET ( DEFAULT_USB_HID ON )
elseif ( "${PLATFORM}" STREQUAL "rpi" )
elseif ( "${PLATFORM}" MATCHES "rpi" )
SET ( DEFAULT_DISPMANX ON )
SET ( DEFAULT_WS281XPWM ON )
elseif ( "${PLATFORM}" STREQUAL "amlogic" )