mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
simh: Add SDL2 as requirement for video support
This commit is contained in:
@@ -76,11 +76,13 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libgcc_s$secondaryArchSuffix
|
||||
lib:libSDL2_2.0${secondaryArchSuffix}
|
||||
#TODO:pcap
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libSDL2$secondaryArchSuffix
|
||||
#TODO:pcap
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user