summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-07-19 12:31:23 -0400
committerSam James <sam@gentoo.org>2024-07-19 23:56:42 +0100
commit9c19cb386709780fc23cd1141684e32efe585492 (patch)
tree4c48dead56f1a7ad95f123ed63bc690eb0ae6563 /media-libs/libsdl2
parentnet-libs/libwebsockets: drop 4.3.2-r1 (diff)
downloadgentoo-9c19cb386709780fc23cd1141684e32efe585492.tar.gz
gentoo-9c19cb386709780fc23cd1141684e32efe585492.tar.bz2
gentoo-9c19cb386709780fc23cd1141684e32efe585492.zip
media-libs/libsdl2: fix automagic dependency on libdecor
It is enabled and depended on for the 2.30 ebuilds which use cmake, although the cmake builds default to not building with libdecor support. It is not enabled for the stable 2.28 ebuild which uses autotools, although the autotools builds default to detecting libdecor and using it. Closes: https://bugs.gentoo.org/936020 Closes: https://bugs.gentoo.org/936267 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r--media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild b/media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild
index 1cc51ae15ab6..e45f84fe9aed 100644
--- a/media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild
@@ -179,6 +179,7 @@ multilib_src_configure() {
$(use_enable sound dummyaudio)
$(use_enable wayland video-wayland)
--disable-wayland-shared
+ --disable-libdecor
$(use_enable video_cards_vc4 video-rpi)
$(use_enable X video-x11)
--disable-x11-shared