mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
APT update / Submodule updates / added updateHyperionUser script again (#1366)
* Test new APT builds * test build * final changes for bookworm and jammy * - Include updateHyperionUser script again - Update package dependencies for APT builds * Installation guide updated * Removed alpha notes and added arm64 APT builds * update docker-compile script * Overwrite CMAKE_SYSTEM_PROCESSOR on Windows builds
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# Find the BCM-package (VC control)
|
||||
IF ( "${PLATFORM}" MATCHES rpi)
|
||||
find_package(BCM REQUIRED)
|
||||
include_directories(${BCM_INCLUDE_DIRS})
|
||||
ELSE()
|
||||
SET(BCM_INCLUDE_DIRS "")
|
||||
SET(BCM_LIBRARIES "")
|
||||
ENDIF()
|
||||
if (ENABLE_DISPMANX)
|
||||
if ( "${PLATFORM}" MATCHES rpi)
|
||||
find_package(BCM REQUIRED)
|
||||
include_directories(${BCM_INCLUDE_DIRS})
|
||||
else()
|
||||
set(BCM_INCLUDE_DIRS "")
|
||||
set(BCM_LIBRARIES "")
|
||||
endif()
|
||||
endif (ENABLE_DISPMANX)
|
||||
|
||||
# Define the current source locations
|
||||
|
||||
|
Reference in New Issue
Block a user