diff options
author | Mart Raudsepp <leio@gentoo.org> | 2015-02-14 18:07:38 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2015-02-14 18:07:38 +0200 |
commit | 6577c14b1f946544c276f05f712710bb280c3bec (patch) | |
tree | dedbfb6d953e4ede027f2bd54f6c11d8a90c2732 | |
parent | Bump gst-plugins-bad to 1.4.5, include a resizing patch to glimagesink and fi... (diff) | |
download | leio-6577c14b1f946544c276f05f712710bb280c3bec.tar.gz leio-6577c14b1f946544c276f05f712710bb280c3bec.tar.bz2 leio-6577c14b1f946544c276f05f712710bb280c3bec.zip |
raspberrypi-userland: Add missing wayland and pkgconfig deps from the wayland wsys patch
-rw-r--r-- | media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 |