summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2023-01-11 08:43:01 -0500
committerTed Alff2023-01-11 08:43:01 -0500
commit341acd3fd2bdbff202e89dc6eb30dcf6633e64ea (patch)
tree7c40f38f841380763c620ffd4b1012cc542eee37 /PKGBUILD
parentce5e8b4a57743ffd440f56bd2ee9836ec7459cef (diff)
downloadaur-341acd3fd2bdbff202e89dc6eb30dcf6633e64ea.tar.gz
Add wayland dependency and explicitly enable it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7b47f8955ec..62940ca76a52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=libxfce4windowing
pkgname=${_pkgname}-git
-pkgver=4.19.0+1+ga4062a9
+pkgver=4.19.1+5+g04c6ce2
pkgrel=1
pkgdesc="Windowing concept abstraction library for X11 and Wayland (git checkout)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://docs.xfce.org/xfce/libxfce4windowing/start"
license=('LGPL2.1')
groups=('xfce4-git')
-depends=('gtk3' 'libwnck3')
+depends=( 'libwnck3' 'wayland')
makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'xfce4-dev-tools' 'git')
provides=("${_pkgname}=${pkgver%%+*}")
conflicts=("${_pkgname}")
@@ -31,6 +31,7 @@ build() {
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
+ --enable-wayland \
--enable-gtk-doc \
--disable-debug
make