commit: 20c57ccf06bb4fdad905c0d4a24fcb9c4d3dfeed
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 01:21:27 2015 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 01:21:27 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=20c57ccf
raspberrypi-userland: Copy the wayland-egl pkgconfig file to libdir
so other packages see it
---
.../raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git
a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
index 2e66015..6a0c0ed 100644
--- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
+++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
@@ -74,4 +74,5 @@ src_install() {
doins "${FILESDIR}"/bcm_host.pc
doins "${FILESDIR}"/egl.pc
doins "${FILESDIR}"/glesv2.pc
+ use wayland && doins "${ED}"/opt/vc/lib/pkgconfig/wayland-egl.pc #
Maybe move?
}