mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Refactor/Create APT/DNF Repository (#1648)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# this is only available on real pi
|
||||
IF ( "${PLATFORM}" MATCHES rpi)
|
||||
if("${PLATFORM}" MATCHES rpi)
|
||||
|
||||
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Gui REQUIRED)
|
||||
|
||||
@@ -16,4 +16,4 @@ IF ( "${PLATFORM}" MATCHES rpi)
|
||||
target_link_libraries(dispmanx2png
|
||||
dispmanx-grabber
|
||||
Qt${QT_VERSION_MAJOR::Gui)
|
||||
ENDIF()
|
||||
endif()
|
||||
|
@@ -7,7 +7,7 @@
|
||||
#include <QtGui/QImage>
|
||||
|
||||
// Dispmanx grabber includes
|
||||
#include <grabber/DispmanxFrameGrabber.h>
|
||||
#include <grabber/dispamnx/DispmanxFrameGrabber.h>
|
||||
|
||||
static bool running = true;
|
||||
|
||||
|
Reference in New Issue
Block a user