From patchwork Sun Apr 7 17:13:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1080209 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44cgB42Czvz9sPq for ; Mon, 8 Apr 2019 03:13:32 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CBB0387834; Sun, 7 Apr 2019 17:13:30 +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 CviN+r2mTzb6; Sun, 7 Apr 2019 17:13:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8CD9B87860; Sun, 7 Apr 2019 17:13:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 00EA51BF316 for ; Sun, 7 Apr 2019 17:13:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EFE2B228EF for ; Sun, 7 Apr 2019 17:13:27 +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 zWOwM7yZ+K8S for ; Sun, 7 Apr 2019 17:13:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by silver.osuosl.org (Postfix) with ESMTPS id 8AB8722661 for ; Sun, 7 Apr 2019 17:13:26 +0000 (UTC) Received: from fwd23.aul.t-online.de (fwd23.aul.t-online.de [172.20.26.128]) by mailout06.t-online.de (Postfix) with SMTP id E37F341CC862; Sun, 7 Apr 2019 19:13:23 +0200 (CEST) Received: from fli4l.lan.fli4l (GoBkVcZV8hrMBXBdiccftBX6d9KrS+AsQWDCF0V6ZGstXI2W-mJFyNHYTO0vJYHgKe@[84.161.185.164]) by fwd23.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1hDBM7-2UI5OC0; Sun, 7 Apr 2019 19:13:19 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:53894 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.92) (envelope-from ) id 1hDBM6-0006x9-4s; Sun, 07 Apr 2019 19:13:18 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 7 Apr 2019 19:13:17 +0200 Message-Id: <20190407171318.19852-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: GoBkVcZV8hrMBXBdiccftBX6d9KrS+AsQWDCF0V6ZGstXI2W-mJFyNHYTO0vJYHgKe X-TOI-MSGID: 60401cd6-ddfa-4623-8126-41a2948332a8 Subject: [Buildroot] [PATCH 1/2] package/libva: remove optional mesa3d support X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Romain Naour Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Kodi 18.0-Leia will support vaapi on r600 and radeonsi. We need libva support in mesa3d for this. To avoid the circular dependency we switch from using mesa3d in libva to use libva in mesa3d. This patch is the first step: disable mesa3d support in libva. Signed-off-by: Bernd Kuhls --- package/libva/libva.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package/libva/libva.mk b/package/libva/libva.mk index 8a21c11b6c..d1538934e7 100644 --- a/package/libva/libva.mk +++ b/package/libva/libva.mk @@ -15,17 +15,14 @@ LIBVA_DEPENDENCIES = host-pkgconf libdrm # libdrm is a hard-dependency LIBVA_CONF_OPTS = \ --enable-drm \ + --disable-glx \ --with-drivers-path="/usr/lib/va" ifeq ($(BR2_PACKAGE_XORG7),y) LIBVA_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXfixes LIBVA_CONF_OPTS += --enable-x11 -ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),y) -LIBVA_DEPENDENCIES += mesa3d -LIBVA_CONF_OPTS += --enable-glx -endif else -LIBVA_CONF_OPTS += --disable-glx --disable-x11 +LIBVA_CONF_OPTS += --disable-x11 endif ifeq ($(BR2_PACKAGE_WAYLAND),y)