wayfire: try to fix

This commit is contained in:
Guoyi Zhang 2024-03-03 23:55:23 +08:00
parent 2a80c67b94
commit 64a4654917
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ pkgdesc="3D wayland compositor"
arch=(x86_64)
url=https://wayfire.org
license=(custom:MIT)
depends=(cairo pango wf-config libjpeg libinput wlroots lsof nlohmann-json seatd)
depends=(cairo pango wf-config libjpeg libinput wlroots lsof nlohmann-json seatd glm)
makedepends=(meson ninja wayland-protocols glm cmake doctest pango git)
conflicts=("${pkgname}-git")
source=("git+https://github.com/WayfireWM/${pkgname}.git")

View file

@ -5,9 +5,9 @@ pkgrel=2
pkgdesc="A library for managing configuration files, written for wayfire"
arch=(x86_64)
url=https://wayfire.org
license=(custom:MIT)
license=(MIT)
depends=(libevdev libxml2)
makedepends=(meson ninja pkg-config wayland-protocols glm doctest cmake git)
makedepends=(meson ninja pkg-config wlroots wayland-protocols glm doctest cmake git)
conflicts=("${pkgname}-git")
source=("git+https://github.com/WayfireWM/${pkgname}.git")
sha256sums=('SKIP')