mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Fix EGL detection on RPi
This commit is contained in:
parent
42ced309d3
commit
828932d95c
@ -1,4 +1,13 @@
|
|||||||
SOURCES = main.cpp
|
SOURCES = main.cpp
|
||||||
|
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
|
|
||||||
|
# This adds /opt/vc/include to the include path which
|
||||||
|
# pulls in the BRCM GLES and EGL libraries. If we don't
|
||||||
|
# add this, we'll get the system's headers which expose
|
||||||
|
# functionality the runtime GL implementation won't have.
|
||||||
|
packagesExist(mmal) {
|
||||||
|
PKGCONFIG += mmal
|
||||||
|
}
|
||||||
|
|
||||||
PKGCONFIG += sdl2 egl
|
PKGCONFIG += sdl2 egl
|
Loading…
x
Reference in New Issue
Block a user