diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-10-09 09:58:35 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-10-09 09:58:35 +0800 |
commit | c08da9273c55aa7ac476cbbbd169ba4faeab5a61 (patch) | |
tree | 2943900a7da88430cc22b71a5bfd483607713b95 /emulators/ppsspp | |
parent | 3abe6ffcb32c7ab4efc8aaac967d7447f8a14dca (diff) | |
download | freebsd-ports-gnome-c08da9273c55aa7ac476cbbbd169ba4faeab5a61.tar.gz freebsd-ports-gnome-c08da9273c55aa7ac476cbbbd169ba4faeab5a61.tar.zst freebsd-ports-gnome-c08da9273c55aa7ac476cbbbd169ba4faeab5a61.zip |
emulators/ppsspp-devel: restore OLDJOY after r451582
Recently added fallback mappings are different from v1.3, and some
buttons can no longer be bound. So keep the option for a bit longer.
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r-- | emulators/ppsspp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 6b60965d0df9..40c9840c5e33 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -51,18 +51,14 @@ 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 +OLDJOY_EXTRA_PATCHES?= ${PATCHDIR}/extra-patch-old-joy QT5_USE= QT5=qmake_build,buildtools_build,linguisttools_build,gui,opengl,widgets QT5_CMAKE_BOOL= USING_QT_UI QT5_VARS= EXENAME=PPSSPPQt |