commit:     6577c14b1f946544c276f05f712710bb280c3bec
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 16:07:38 2015 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 16:07:38 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=6577c14b

raspberrypi-userland: Add missing wayland and pkgconfig deps from the wayland 
wsys patch

---
 .../raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild 
b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
index 448d6ee..7482032 100644
--- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
+++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
@@ -23,6 +23,10 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="wayland"
 
+RDEPEND="wayland? ( dev-libs/wayland )"
+DEPEND="${RDEPEND}
+       wayland? ( virtual/pkgconfig )"
+
 # TODO:
 # * port vcfiled init script
 # * stuff is still installed to hardcoded /opt/vc location, investigate whether

Reply via email to