summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2017-06-09 08:05:30 +0200
committerRuben De Smet2017-06-09 08:05:30 +0200
commitadb45bf36679e1ae71b2e6cfd7cbc13b669b7664 (patch)
tree1ddcc014597eef2199ea2d5fdb0cd843be52fe8e
parent5dbf066832e15a141374c48c5fab578289263ce4 (diff)
downloadaur-adb45bf36679e1ae71b2e6cfd7cbc13b669b7664.tar.gz
Add opt dep
-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")