From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D1EF138A1A for ; Tue, 17 Feb 2015 07:39:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C17E7E0955; Tue, 17 Feb 2015 07:39:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 326B4E0955 for ; Tue, 17 Feb 2015 07:39:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BC5F3407EE for ; Tue, 17 Feb 2015 07:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDBE211F03 for ; Tue, 17 Feb 2015 07:39:26 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1424136087.20c57ccf06bb4fdad905c0d4a24fcb9c4d3dfeed.leio@gentoo> Subject: [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/ X-VCS-Repository: dev/leio X-VCS-Files: media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild X-VCS-Directories: media-libs/raspberrypi-userland/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 20c57ccf06bb4fdad905c0d4a24fcb9c4d3dfeed X-VCS-Branch: master Date: Tue, 17 Feb 2015 07:39:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1ab090cc-5332-45fe-a675-c8c4f104260e X-Archives-Hash: 774c2df80f4735363ede1412812f5f5e commit: 20c57ccf06bb4fdad905c0d4a24fcb9c4d3dfeed Author: Mart Raudsepp gentoo org> AuthorDate: Tue Feb 17 01:21:27 2015 +0000 Commit: Mart Raudsepp gentoo 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? }