summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudvig NG2021-05-10 21:00:49 +0200
committerLudvig NG2021-05-10 21:00:49 +0200
commitf502b56bdf900d358e44212a9ae82ad2bfd7265b (patch)
treef55d288dcdc7ab8e2dd0f7a43736d783e3697988
parent5d7352859744e6e5ce960e01b7e9a4ee3d8780af (diff)
downloadaur-f502b56bdf900d358e44212a9ae82ad2bfd7265b.tar.gz
Added dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55d027ba624a..2098a33af2c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cardboard-git
pkgdesc = A unique, scrollable tiling Wayland compositor designed with laptops in mind.
pkgver = r305.b54758d
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/cardboardwm/cardboard
install = cardboard.install
arch = i686
@@ -13,7 +13,9 @@ pkgbase = cardboard-git
makedepends = wayland-protocols
makedepends = pandoc
depends = libdrm
+ depends = libegl
depends = libinput
+ depends = libxkbcommon
depends = wayland
depends = xcb-util-wm
depends = xorg-server-xwayland
diff --git a/PKGBUILD b/PKGBUILD
index 7e0ec343fd71..e9a66d6d5e53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=cardboard-git
_pkgname=cardboard
pkgver=r305.b54758d
-pkgrel=1
+pkgrel=2
license=("GPL3")
pkgdesc="A unique, scrollable tiling Wayland compositor designed with laptops in mind."
makedepends=(git meson ninja wayland-protocols pandoc)
-depends=(libdrm libinput wayland xcb-util-wm xorg-server-xwayland)
+depends=(libdrm libegl libinput libxkbcommon wayland xcb-util-wm xorg-server-xwayland)
optdepends=(
"dmenu: Application launcher"
"grim: Screenshot utility"