Refactor/Create APT/DNF Repository (#1648)

This commit is contained in:
Paulchen-Panther
2023-11-16 21:05:56 +01:00
committed by GitHub
parent c9518db597
commit 91270966f9
165 changed files with 1918 additions and 2924 deletions

View File

@@ -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()

View File

@@ -7,7 +7,7 @@
#include <QtGui/QImage>
// Dispmanx grabber includes
#include <grabber/DispmanxFrameGrabber.h>
#include <grabber/dispamnx/DispmanxFrameGrabber.h>
static bool running = true;