diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-02-08 23:00:18 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-02-08 23:00:18 +0000 |
commit | 2487bf5db21890b5712ea7056f5a558a1af8e9bc (patch) | |
tree | fc7cd5aeec0685e46786a33ffe83ddd8c0f42872 /dev-libs/weston/weston-10.0.0.ebuild | |
parent | package.mask: Last rite x11-misc/easystroke (diff) | |
download | gentoo-2487bf5db21890b5712ea7056f5a558a1af8e9bc.tar.gz gentoo-2487bf5db21890b5712ea7056f5a558a1af8e9bc.tar.bz2 gentoo-2487bf5db21890b5712ea7056f5a558a1af8e9bc.zip |
dev-libs/weston: Use upstream patch to fix USE=-desktop on 10.0.0
Closes: https://bugs.gentoo.org/832950
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston/weston-10.0.0.ebuild')
-rw-r--r-- | dev-libs/weston/weston-10.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/weston/weston-10.0.0.ebuild b/dev-libs/weston/weston-10.0.0.ebuild index ef2891bf73bb..d488637fff57 100644 --- a/dev-libs/weston/weston-10.0.0.ebuild +++ b/dev-libs/weston/weston-10.0.0.ebuild @@ -98,6 +98,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-10.0.0-backend-default.patch + "${FILESDIR}"/${PN}-10.0.0-test-deps.patch ) src_configure() { |