From 5e75735d32563f89871d04bac0d366705fde11ef Mon Sep 17 00:00:00 2001 From: davidkaroly <92124087+davidkaroly@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:18:21 +0100 Subject: [PATCH] wxgtk: enable SDL (#7366) --- x11-libs/wxgtk/wxgtk-3.2.1.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-libs/wxgtk/wxgtk-3.2.1.recipe b/x11-libs/wxgtk/wxgtk-3.2.1.recipe index c86696beb..8716a8cc3 100644 --- a/x11-libs/wxgtk/wxgtk-3.2.1.recipe +++ b/x11-libs/wxgtk/wxgtk-3.2.1.recipe @@ -9,7 +9,7 @@ open-source and mature." HOMEPAGE="https://www.wxwidgets.org/" COPYRIGHT="1998-2022 Julian Smart, Robert Roebling et al" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v$portVersion/wxWidgets-$portVersion.tar.bz2" CHECKSUM_SHA256="c229976bb413eb88e45cb5dfb68b27890d450149c09b331abd751e7ae0f5fa66" SOURCE_DIR="wxWidgets-$portVersion" @@ -56,6 +56,7 @@ REQUIRES=" lib:libpango_1.0$secondaryArchSuffix lib:libpcre2_32$secondaryArchSuffix lib:libpng16$secondaryArchSuffix + lib:libSDL$secondaryArchSuffix lib:libSM$secondaryArchSuffix lib:libtiff$secondaryArchSuffix lib:libX11$secondaryArchSuffix @@ -117,6 +118,7 @@ BUILD_REQUIRES=" devel:liblzma$secondaryArchSuffix devel:libpango_1.0$secondaryArchSuffix devel:libpng16$secondaryArchSuffix + devel:libSDL$secondaryArchSuffix devel:libSM$secondaryArchSuffix devel:libtiff$secondaryArchSuffix devel:libX11$secondaryArchSuffix @@ -155,7 +157,9 @@ BUILD() --enable-shared \ --enable-printfposparam \ --enable-unicode \ - --enable-sound + --enable-sound \ + --with-sdl + make $jobArgs }