Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
Date: Sun, 29 May 2022 07:02:54
Message-Id: 1653807768.dfe1c0eb24a91b7e6f51582475a7f123406cc97c.juippis@gentoo
1 commit: dfe1c0eb24a91b7e6f51582475a7f123406cc97c
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 07:01:50 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 07:02:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe1c0eb
7
8 dev-libs/efl: add dev-libs/wayland-protocols as DEPEND
9
10 Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake)
11 src/wayland_protocol/meson.build:4:0: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig and cmake
12
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-libs/efl/efl-1.26.2.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-libs/efl/efl-1.26.2.ebuild b/dev-libs/efl/efl-1.26.2.ebuild
19 index 76cabd758589..45cdae3ff73a 100644
20 --- a/dev-libs/efl/efl-1.26.2.ebuild
21 +++ b/dev-libs/efl/efl-1.26.2.ebuild
22 @@ -123,7 +123,8 @@ RDEPEND="${LUA_DEPS}
23 xpm? ( x11-libs/libXpm )
24 xpresent? ( x11-libs/libXpresent )
25 zeroconf? ( net-dns/avahi )"
26 -DEPEND="${RDEPEND}"
27 +DEPEND="${RDEPEND}
28 + wayland? ( dev-libs/wayland-protocols )"
29 BDEPEND="${PYTHON_DEPS}
30 virtual/pkgconfig
31 nls? ( sys-devel/gettext )