blob: 7a72424875bdfe5675d0601c3b13fd0269f42ffa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../ppsspp
# XXX No VULKAN per https://github.com/hrydgard/ppsspp/blob/v1.10/Qt/QtMain.cpp#L711-L712
OPTIONS_EXCLUDE= ${OPTIONS_DEFINE}
OPTIONS_SLAVE= QT5
.include "${MASTERDIR}/Makefile"
|