From patchwork Sat Oct 12 22:46:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 283026 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id EC0932C0357 for ; Sun, 13 Oct 2013 09:46:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7AA2E933A6; Sat, 12 Oct 2013 22:46:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gqKzdPxXwYyg; Sat, 12 Oct 2013 22:46:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AB5869337E; Sat, 12 Oct 2013 22:46:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 874F31BFA77 for ; Sat, 12 Oct 2013 22:46:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 848918B760 for ; Sat, 12 Oct 2013 22:46:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0lZJqVxQwLSs for ; Sat, 12 Oct 2013 22:46:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id AB85684C60 for ; Sat, 12 Oct 2013 22:46:24 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id l12so2185457wiv.14 for ; Sat, 12 Oct 2013 15:46:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=P2/lfYTfAbXgBBwyr0cgl+xOYhVfLfwTYrmv2bq7gdU=; b=LoeB8tjuPnqVBNhCbDcc28krojLmi6/RTzkVg+JWihPs27L2WLFsSy5pi1yqF0dDva HZy8TYdk9lnitrXgIRNCTIDb9h8vTUF01bA2/ZxCHzz+65fsEYD0wryh783LBDNZvfjU sNeQxC+XRrPGTjHg5hnwEkoXkbLPiC+tpaZPD1Xj0UePHpN0aiqI5IxS0iLPoo5XSy1k El14WHmTD9iEuXjBTchvFph4yEGEYqzwzeZ857v7xpiYqAoCH5Ku+7dMZRcloKkaGjio r/sUI/br5bRFAK9fjHv//OWBWyRmTgluDYJQQnknd57to005eV1/BhR8cuujvHbJTl0C Q0YA== X-Received: by 10.180.77.82 with SMTP id q18mr8511663wiw.7.1381617983261; Sat, 12 Oct 2013 15:46:23 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id dl10sm19392749wib.1.2013.10.12.15.46.22 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 12 Oct 2013 15:46:22 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 13 Oct 2013 00:46:16 +0200 Message-Id: <843868f55c7fddce02d5cd45525fe36bbbca5e76.1381617928.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 2/2] package/rpi-userland: expose appropriate EGL version X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: "Yann E. MORIN" The egl.pc file installed exposes version 1.0, while it really is a much higher version. Signed-off-by: "Yann E. MORIN" --- Note: version 1.0 causes build failures for weston, which fails at ./configure with this error message: Package 'egl' has version '1.0', required version is '>= 7.10' Do as the Collabora guys do, and expose version 10: http://cgit.collabora.com/git/user/pq/android-pc-files.git/tree/pkgconfig/egl.pc?h=raspberrypi --- package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch b/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch index d7984ff..848e49d 100644 --- a/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch +++ b/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch @@ -18,7 +18,7 @@ Index: b/interface/khronos/egl/egl.pc.in + +Name: egl +Description: RasberryPi implementation of EGL -+Version: 1.0 ++Version: 10 +Libs: -L${libdir} -lEGL -lGLESv2 -lbcm_host +Cflags: -I${includedir}/ -I${includedir}/interface/vcos/pthreads/ \ + -I${includedir}/interface/vmcs_host/linux/