From b0707641a9ddd1c8537e671b2a9850fa636019d4 Mon Sep 17 00:00:00 2001 From: jbeich Date: Mon, 9 Oct 2017 00:58:24 +0000 Subject: emulators/ppsspp-devel: update to 1.4.2.473 Changes: https://github.com/hrydgard/ppsspp/compare/11f8bcc8a...bb1f65118 --- emulators/ppsspp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emulators/ppsspp') diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 9102811c9f34..6b60965d0df9 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -51,14 +51,18 @@ DESKTOP_ENTRIES="PPSSPP" \ "Game;Emulator;" \ "" +.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX:N*-devel} OPTIONS_DEFINE= OLDJOY +.endif OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT5 SDL OPTIONS_SLAVE?= SDL OPTIONS_EXCLUDE:= ${OPTIONS_SINGLE_GUI} +.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX:N*-devel} OLDJOY_DESC= Old joystick support with fixed button mappings (deprecated) OLDJOY_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old-joy +.endif QT5_USE= QT5=qmake_build,buildtools_build,linguisttools_build,gui,opengl,widgets QT5_CMAKE_BOOL= USING_QT_UI QT5_VARS= EXENAME=PPSSPPQt -- cgit