summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Booker2022-09-23 23:10:23 +1200
committerThomas Booker2022-09-23 23:10:23 +1200
commite5d264f9428a85eec6ce4d45617c28c1d19c4dc7 (patch)
tree1d40dd1a85dc582c2f9509ef1c5c4932809092a2 /PKGBUILD
parentd32d4b86f9865d818b7cc5ead746f6a5b5377481 (diff)
downloadaur-e5d264f9428a85eec6ce4d45617c28c1d19c4dc7.tar.gz
Added stuff to depends and cleaned up makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc89bc4b3e90..f0a2617b1635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,21 +9,22 @@ arch=(x86_64 aarch64 armv7h)
url='https://gitlab.gnome.org/World/Phosh/phoc'
license=(GPL3)
depends=(
- seatd
- xcb-util-errors
- xcb-util-renderutil
- xcb-util-wm
+ gobject-introspection
gnome-desktop
libinput
+ mutter
+ libseat.so
+ xcb-util-errors
+ xcb-util-wm
+ xcb-util-renderutil
+ glslang
)
makedepends=(
- ctags
- git
- libhandy
meson
- vala
+ git
vulkan-headers
wayland-protocols
+ xorg-xwayland
)
provides=(phoc wlroots)
conflicts=(phoc wlroots)