From 7db5f8bb4b99f2cf30ec1e6ea12a8ccfa61658ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 10 Nov 2014 23:42:26 +0100 Subject: [PATCH] simh: Add SDL2 as requirement for video support --- app-emulation/simh/simh-4.0.0_git.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emulation/simh/simh-4.0.0_git.recipe b/app-emulation/simh/simh-4.0.0_git.recipe index 9f31d510d..2f6d6510b 100644 --- a/app-emulation/simh/simh-4.0.0_git.recipe +++ b/app-emulation/simh/simh-4.0.0_git.recipe @@ -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 "