From 6fa56344e4e1cdd8494f3885280ac24844baa903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 22 Jan 2024 20:34:57 +0700 Subject: [PATCH] hyprpicker+mpvpaper: needs libglvnd-devel --- srcpkgs/hyprpicker/template | 4 ++-- srcpkgs/mpvpaper/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template index 27143133a14..8b32478c0e9 100644 --- a/srcpkgs/hyprpicker/template +++ b/srcpkgs/hyprpicker/template @@ -3,8 +3,8 @@ pkgname=hyprpicker version=0.1.1 revision=1 build_style=cmake -hostmakedepends="pkg-config cmake ninja wayland-devel" -makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel" +hostmakedepends="pkg-config wayland-devel" +makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel libglvnd-devel" short_desc="wlroots-compatible Wayland color picker that does not suck" maintainer="RAR27 " license="BSD-3-Clause" diff --git a/srcpkgs/mpvpaper/template b/srcpkgs/mpvpaper/template index b1731957755..7ef39dc8473 100644 --- a/srcpkgs/mpvpaper/template +++ b/srcpkgs/mpvpaper/template @@ -4,7 +4,7 @@ version=1.4 revision=1 build_style=meson hostmakedepends="pkg-config wayland-devel" -makedepends="wayland-protocols wlroots-devel mpv-devel" +makedepends="wayland-protocols wlroots-devel mpv-devel libglvnd-devel" short_desc="Video wallpaper program for wlroots based wayland compositors" maintainer="Erick Vilcica " license="GPL-3.0-or-later"