mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Retroarch: re-enable qt5 to allow shiny Qt interface build (#4862)
This commit is contained in:
@@ -6,7 +6,7 @@ shaders, netplay, rewinding, next-frame response times, and more!"
|
||||
HOMEPAGE="https://www.retroarch.com/"
|
||||
COPYRIGHT="2010-2018 The RetroArch Team"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libretro/RetroArch/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f29b6dd9b18f874571803afac760b7fc99dc177dd079b38216b7576bd7d86dd4"
|
||||
SOURCE_FILENAME="retroarch-$portVersion.tar.gz"
|
||||
@@ -42,6 +42,7 @@ REQUIRES="
|
||||
lib:libsdl2_2.0$secondaryArchSuffix
|
||||
lib:libswresample$secondaryArchSuffix
|
||||
lib:libswscale$secondaryArchSuffix
|
||||
lib:libqt5$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -55,6 +56,7 @@ BUILD_REQUIRES="
|
||||
devel:libsdl2$secondaryArchSuffix
|
||||
devel:libswresample$secondaryArchSuffix
|
||||
devel:libswscale$secondaryArchSuffix
|
||||
devel:libqt5$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user