diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-01-02 10:19:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-01-02 10:19:39 +0000 |
commit | edcf04f27ce1b4aba86ed6845c195684034669ab (patch) | |
tree | a126e1df4a1fc064a35b9412845cbc187cae438e | |
parent | dd8f161f2bf673b05de2a379d9d0cde637c7bb41 (diff) | |
download | ports-edcf04f27ce1b4aba86ed6845c195684034669ab.tar.gz ports-edcf04f27ce1b4aba86ed6845c195684034669ab.zip |
emulators/ppsspp: limit wayland category to SDL frontend
-rw-r--r-- | emulators/ppsspp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 4a7c681bd907..4bf9f7919d59 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.14.3 PORTREVISION?= 0 -CATEGORIES= emulators wayland +CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage DISTFILES= ${PORTNAME}.1:manpage @@ -68,6 +68,7 @@ QT5_USE= QT=qmake:build,buildtools:build,linguisttools:build,gui,multimedia,open QT5_USE+= SDL=sdl2 # audio, joystick QT5_CMAKE_BOOL= USING_QT_UI QT5_VARS= EXENAME=PPSSPPQt +SDL_CATEGORIES= wayland SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png SDL_USES= sdl |