summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2015-02-17 03:21:27 +0200
committerMart Raudsepp <leio@gentoo.org>2015-02-17 03:21:27 +0200
commit20c57ccf06bb4fdad905c0d4a24fcb9c4d3dfeed (patch)
treea8152d1b2e7e64ee6192473dfb111c1e7dcc92fa
parentgtk+: sync with portage, add gtk2 that works with USE=gtk3-only (diff)
downloadleio-20c57ccf06bb4fdad905c0d4a24fcb9c4d3dfeed.tar.gz
leio-20c57ccf06bb4fdad905c0d4a24fcb9c4d3dfeed.tar.bz2
leio-20c57ccf06bb4fdad905c0d4a24fcb9c4d3dfeed.zip
raspberrypi-userland: Copy the wayland-egl pkgconfig file to libdir
so other packages see it
-rw-r--r--media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild1
1 files changed, 1 insertions, 0 deletions
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?
}