summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-09-21 21:22:35 +0100
committerJames Le Cuirot <chewi@gentoo.org>2018-09-21 21:22:35 +0100
commitca5358d650f11d045615aa19edbed5f5781a4480 (patch)
treed65d6d7780a93144d23e66010c73fde0103c65e1 /media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
parentapp-office/libreoffice-bin-debug: Version bump (diff)
downloadgentoo-ca5358d650f11d045615aa19edbed5f5781a4480.tar.gz
gentoo-ca5358d650f11d045615aa19edbed5f5781a4480.tar.bz2
gentoo-ca5358d650f11d045615aa19edbed5f5781a4480.zip
media-libs/libsdl2: Patch in missing Wayland header dependencies
Bug: https://bugzilla.libsdl.org/show_bug.cgi?id=3977 Closes: https://github.com/gentoo/gentoo/pull/9904 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild')
-rw-r--r--media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild b/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
index 59e84df973a0..adab5ba5df21 100644
--- a/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild
@@ -75,6 +75,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.0.6-static-libs.patch
# https://bugzilla.libsdl.org/show_bug.cgi?id=4144
"${FILESDIR}"/${P}-rework-variables.patch
+ # https://bugzilla.libsdl.org/show_bug.cgi?id=3977
+ "${FILESDIR}"/${P}-wayland-headers.patch
)
S="${WORKDIR}/${MY_P}"