From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1681998-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E0A3E158042
	for <garchives@archives.gentoo.org>; Sun, 20 Oct 2024 06:27:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AFF92E0815;
	Sun, 20 Oct 2024 06:27:19 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 95FC7E0815
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Oct 2024 06:27:19 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 94B39340BDE
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Oct 2024 06:27:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 068261ACF
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Oct 2024 06:27:17 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1729405526.aa88f6814390d8007635d4c5fd8af7c5881c15cc.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/vulkan-loader/vulkan-loader-1.3.296.0.ebuild media-libs/vulkan-loader/vulkan-loader-9999.ebuild
X-VCS-Directories: media-libs/vulkan-loader/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: aa88f6814390d8007635d4c5fd8af7c5881c15cc
X-VCS-Branch: master
Date: Sun, 20 Oct 2024 06:27:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bdafa1b6-4fd5-4845-82e1-46355fe9cd68
X-Archives-Hash: ba0a37d54ac07a6c70801b0df79ac843

commit:     aa88f6814390d8007635d4c5fd8af7c5881c15cc
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 13:00:53 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 06:25:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa88f681

media-libs/vulkan-loader: add missing xorg-proto dep

Package xproto was not found in the pkg-config search path.
ERROR: media-libs/vulkan-loader-1.3.296.0::gentoo failed (configure phase):

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/vulkan-loader/vulkan-loader-1.3.296.0.ebuild | 1 +
 media-libs/vulkan-loader/vulkan-loader-9999.ebuild      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.3.296.0.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.3.296.0.ebuild
index 54f748200e95..837b7b745e47 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.3.296.0.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.3.296.0.ebuild
@@ -27,6 +27,7 @@ DEPEND="
 	~dev-util/vulkan-headers-${PV}
 	wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
 	X? (
+		x11-base/xorg-proto
 		x11-libs/libX11:=[${MULTILIB_USEDEP}]
 		x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
 	)

diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild
index 54f748200e95..837b7b745e47 100644
--- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild
@@ -27,6 +27,7 @@ DEPEND="
 	~dev-util/vulkan-headers-${PV}
 	wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
 	X? (
+		x11-base/xorg-proto
 		x11-libs/libX11:=[${MULTILIB_USEDEP}]
 		x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
 	)