summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d01baad2c49..ada283d9cfc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jun 9 06:04:06 UTC 2017
+# Fri Jun 9 06:05:28 UTC 2017
pkgbase = wayland-wall-git
pkgdesc = A collection of protocols, called bricks, to create a complete desktop experience for Wayland.
pkgver = r49.39400ea
@@ -14,6 +14,7 @@ pkgbase = wayland-wall-git
depends = gdk-pixbuf2
depends = pango
depends = wayland-protocols
+ optdepends = wlc-wall-injector: inject wall into wlc based compositors
provides = wayland-wall
provides = wayland-wall-git
conflicts = wayland-wall
diff --git a/PKGBUILD b/PKGBUILD
index d297925bdb06..cda3adf83321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ url="https://github.com/wayland-wall/wayland-wall"
license=('MIT')
depends=('gdk-pixbuf2' 'pango' 'wayland-protocols')
makedepends=('git' 'meson' 'ninja')
+optdepends=('wlc-wall-injector: inject wall into wlc based compositors')
provides=('wayland-wall' 'wayland-wall-git')
conflicts=('wayland-wall')
source=("git+https://github.com/wayland-wall/wayland-wall.git")