Arch Linux PKGBUILD for PPSSPP with Qt UI
|
11-23-2013, 05:25 AM
(This post was last modified: 11-23-2013 05:34 AM by xsacha.)
Post: #2
|
|||
|
|||
RE: Arch Linux PKGBUILD for PPSSPP with Qt UI
If you just want to build the Qt version and NOT the SDL one, remove these lines:
Code: mkdir build SDL is optional (just adds gamepad support). So you could remove that from: Code: depends=('zlib' 'sdl' 'qt4') Code: depends=('qt4') |
|||
« Next Oldest | Next Newest »
|