From patchwork Fri Jul 19 23:37:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 260367 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 149142C008F for ; Sat, 20 Jul 2013 09:38:17 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3A4D28DE01; Fri, 19 Jul 2013 23:38:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MNuYUnEnKvS2; Fri, 19 Jul 2013 23:38:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 88C388DDF7; Fri, 19 Jul 2013 23:38:10 +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 AC9CA1BF99A for ; Fri, 19 Jul 2013 23:38:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1E07E8DD77 for ; Fri, 19 Jul 2013 23:38:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t5r-SZtO9IBW for ; Fri, 19 Jul 2013 23:38:06 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3FE4B8DBE0 for ; Fri, 19 Jul 2013 23:38:05 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id k14so6774131oag.40 for ; Fri, 19 Jul 2013 16:38:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=cBgi6jpVk4LC11LDWsbMS9RmOWBTeeW5LlTuhjjycbA=; b=oNjQtM4I6PNN/lFkCydBLhqT5fLXf5UrPHG1zzi3Ou+NdVvZHAQClvxVSKXPIZV44y 9s/NCEYL7r2qAWiOqvw1gCEZAL8K7qGy0y9eXUV4HMBs+WXcbjYP3pRccsMieksn4MiW mZPM2GYASVIn7vbhd+Pm6HiBUtryI8kvbpgS3BmBHpviYjYUGp7jXzifEol1/W8BBq7Q fykjZwKqyv0bbzqxo9AInR6qMvKObT7EOuZkHvuhnJyXzEugbW58inT6/+Kzl20XF/6M BNyZobDKxo5zNBUEL9LwAk1I2mxetaCCDRoYrfEPZMwZBXz8u7cfXFBMB92sJpvN/lBy xDnQ== X-Received: by 10.182.43.230 with SMTP id z6mr13684594obl.82.1374277084514; Fri, 19 Jul 2013 16:38:04 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id o8sm23803627obx.11.2013.07.19.16.38.03 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Jul 2013 16:38:03 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Fri, 19 Jul 2013 18:37:53 -0500 Message-Id: <1374277074-14455-4-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1374277074-14455-1-git-send-email-spenser@gillilanding.com> References: <1374277074-14455-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQnvmMHuaFFS1rrgCQbnZpdlZvwqj6Eanejk5mi0Pw+KX4PcD3XlCmeAMjTJfSQtRxtvYpaz Subject: [Buildroot] [PATCH 3/4] opengl: add sunxi-mali as possible egl/gles provider 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 Signed-off-by: Spenser Gilliland --- package/opengl/libegl/libegl.mk | 4 ++++ package/opengl/libgles/libgles.mk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/package/opengl/libegl/libegl.mk b/package/opengl/libegl/libegl.mk index 00e1f19..5943a3a 100644 --- a/package/opengl/libegl/libegl.mk +++ b/package/opengl/libegl/libegl.mk @@ -14,6 +14,10 @@ ifeq ($(BR2_PACKAGE_TI_GFX),y) LIBEGL_DEPENDENCIES += ti-gfx endif +ifeq ($(BR2_PACKAGE_SUNXI_MALI),y) +LIBEGL_DEPENDENCIES += sunxi-mali +endif + ifeq ($(LIBEGL_DEPENDENCIES),) define LIBEGL_CONFIGURE_CMDS echo "No libEGL implementation selected. Configuration error." diff --git a/package/opengl/libgles/libgles.mk b/package/opengl/libgles/libgles.mk index d2fe11b..715d91a 100644 --- a/package/opengl/libgles/libgles.mk +++ b/package/opengl/libgles/libgles.mk @@ -14,6 +14,10 @@ ifeq ($(BR2_PACKAGE_TI_GFX),y) LIBGLES_DEPENDENCIES += ti-gfx endif +ifeq ($(BR2_PACKAGE_SUNXI_MALI),y) +LIBGLES_DEPENDENCIES += sunxi-mali +endif + ifeq ($(LIBGLES_DEPENDENCIES),) define LIBGLES_CONFIGURE_CMDS echo "No libGLES implementation selected. Configuration error."