From patchwork Thu Apr 17 16:04:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 339976 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 E86271400B8 for ; Fri, 18 Apr 2014 02:05:17 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A3DDF93507; Thu, 17 Apr 2014 16:05:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7TuiDl-COnz1; Thu, 17 Apr 2014 16:05:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 2C7D19354A; Thu, 17 Apr 2014 16:05:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 126941CE71D for ; Thu, 17 Apr 2014 16:04:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0B7E6329EA for ; Thu, 17 Apr 2014 16:04:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lODaWAbQ2PVb for ; Thu, 17 Apr 2014 16:04:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by silver.osuosl.org (Postfix) with ESMTPS id 9C9EE32A36 for ; Thu, 17 Apr 2014 16:04:48 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id y10so621316wgg.13 for ; Thu, 17 Apr 2014 09:04:47 -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; bh=hTV/WxI1DhyMtk4e6yFSqOo3fkXr0G/KV+Ud08MdPFk=; b=UjaPm9zGSAudjm52PkbdQIZhMOcltIJrehGfwpH1EkFMzTVd/kGgUikHpmTWf2CA7W zUDdiYSUBL21kHaCULlsZ6yhtz4NXYHyidX/WqV5HTrX+f1Q1WpKd0ue+vY/Olz26F3O mL+0XA/09z62pNbKmiR9kdYFZ0FVlXhQL89lTK3DZkwB3IMG/K408TgtyGsYBytKe9+y kAkMUC5OTqkB5fjPJKBReAJyNwm8xiP5yDFdIx/Mc9n2vuvVPXHIJopHPVX/1kSfoveL IhdkujZB8oo8xeoCbphdjwrGxzNykS9kBR2DajrNrzv814UB0vrqzCiN8EBz7StVFJkB yICA== X-Received: by 10.180.98.165 with SMTP id ej5mr12837914wib.33.1397750687118; Thu, 17 Apr 2014 09:04:47 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id r4sm39573184wjz.28.2014.04.17.09.04.45 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Apr 2014 09:04:46 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Thu, 17 Apr 2014 18:04:25 +0200 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Paul Cercueil , Bernd Kuhls , "Yann E. MORIN" Subject: [Buildroot] [PATCH 13/14] package/vlc: depends on the virtual package libgl 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" Currently, vlc depends on mesa3d to provide the openGL support. We now have a virtual package, libgl, which ensures openGL is available. This is support for full OpenGL, which is only available when X.Org is enabled, which is anyway a dependency of full OpenGL. Signed-off-by: "Yann E. MORIN" Cc: Bernd Kuhls Cc: Paul Cercueil --- package/vlc/vlc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index bcb592c..e14c9c3 100644 --- a/package/vlc/vlc.mk +++ b/package/vlc/vlc.mk @@ -118,9 +118,9 @@ else VLC_CONF_OPT += --disable-flac endif -ifeq ($(BR2_PACKAGE_MESA3D),y) +ifeq ($(BR2_PACKAGE_HAS_LIBGL),y) VLC_CONF_OPT += --enable-glx -VLC_DEPENDENCIES += mesa3d +VLC_DEPENDENCIES += libgl else VLC_CONF_OPT += --disable-glx endif