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 E789B13988E for ; Mon, 24 Aug 2015 05:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F4F1E085C; Mon, 24 Aug 2015 05:52:35 +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 EEA0DE085C for ; Mon, 24 Aug 2015 05:52:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB44C340887 for ; Mon, 24 Aug 2015 05:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3B5215B for ; Mon, 24 Aug 2015 05:52:32 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1440395546.7d6f5d7354318ceb83f975248694ef9d24635b53.tetromino@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 7d6f5d7354318ceb83f975248694ef9d24635b53 X-VCS-Branch: master Date: Mon, 24 Aug 2015 05:52:32 +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: a9dc60a9-7972-4115-ac06-49af2ca742c4 X-Archives-Hash: 84cb1818e18a2a6a6c1cded3b748790c commit: 7d6f5d7354318ceb83f975248694ef9d24635b53 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Mon Aug 24 05:47:37 2015 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Mon Aug 24 05:52:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6f5d73 net-libs/webkit-gtk: pass correct cmake flags when USE=gles2 Thanks-to: Gary E. Miller Thanks-to: Kamen Dokov Tahnks-to: Karl-Johan Karlsson Gentoo-Bug: 554096 Package-Manager: portage-2.2.20.1 net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild | 1 + net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild index a387dec..3450a47 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild @@ -195,6 +195,7 @@ src_configure() { $(cmake-utils_use_enable doc GTKDOC) $(cmake-utils_use_enable geoloc GEOLOCATION) $(cmake-utils_use_find_package gles2 OpenGLES2) + $(cmake-utils_use_enable gles2 GLES2) $(cmake-utils_use_enable gstreamer VIDEO) $(cmake-utils_use_enable gstreamer WEB_AUDIO) $(cmake-utils_use_enable introspection) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild index e76fd72..b0a6213 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.8.5.ebuild @@ -199,6 +199,7 @@ src_configure() { $(cmake-utils_use_enable doc GTKDOC) $(cmake-utils_use_enable geoloc GEOLOCATION) $(cmake-utils_use_find_package gles2 OpenGLES2) + $(cmake-utils_use_enable gles2 GLES2) $(cmake-utils_use_enable gstreamer VIDEO) $(cmake-utils_use_enable gstreamer WEB_AUDIO) $(cmake-utils_use_enable introspection)