moonlight-qt/config.tests/EGL/EGL.pro

13 lines
359 B
Prolog
Raw Normal View History

2020-05-15 23:46:03 +00:00
SOURCES = main.cpp
CONFIG += link_pkgconfig
2020-05-16 18:10:45 +00:00
# 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 libavcodec libavutil