Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 126B17810CB for <~alpine/aports@lists.alpinelinux.org>; Tue, 15 Feb 2022 09:27:32 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1644916814; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UtoTkMMKgMfVyzG5NGIBmav9uUPDj4d32YuQbqMkJ+k=; b=NcCIh9QFZblx34NMkZxRgDJDrcoX0TYf0V/IgA/9HyHJ19lLwVIK39dLmRH1KkyuxbL/7l wSyOLK6yEV1wNyLVkzM/+VjggCAHzFw4UGjEJ48Lm9svDIhf81BeeiCIrca7zc6dNaK8TM xPplnk87K6mXzh3z0/2LHkYq5s9h469xMeaiy2NIiz2BJJgNbj6kRDUNdFzH7CVXiVlPN9 UZQ4SjUn5cUkFeNiz71Cd7bZfMwe7k8LCgtH3WORZAh/IDgCLX0au6yLjRRIH43fRgMNlf X3OtgMypyCbBmcEE9lpRmuAcBkEmTDjpQ4YKC1bIZ+Z9iJ3vCi2vJeymwM3OLQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 2/3] testing/wlrobs: add libdrm and mesa dependencies Date: Tue, 15 Feb 2022 10:20:11 +0100 Message-Id: <20220215092012.22188-2-sir@cmpwn.com> In-Reply-To: <20220215092012.22188-1-sir@cmpwn.com> References: <20220215092012.22188-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com This causes the dmabuf backend to be built. --- testing/wlrobs/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/wlrobs/APKBUILD b/testing/wlrobs/APKBUILD index 353bcc0c3c..3edd554cb4 100644 --- a/testing/wlrobs/APKBUILD +++ b/testing/wlrobs/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="obs-studio plugin that allows you to screen capture on wlroots" url="https://hg.sr.ht/~scoopta/wlrobs" arch="all" license="GPL-3.0-only" -makedepends="meson ninja obs-studio-dev wayland-dev" +makedepends="meson ninja obs-studio-dev wayland-dev libdrm-dev mesa-dev" source="https://dev.alpinelinux.org/archive/wlrobs/wlrobs-$pkgver.tar.gz " builddir="$srcdir/$pkgname-v$pkgver" options="!check" # No tests provided -- 2.35.1