summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b627dba1754..bdefb99428bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = sc-controller-git
depends = python-pylibacl
depends = python-evdev
depends = xorg-xinput
+ optdepends = gtk-layer-shell: wayland OSD support
provides = sc-controller
conflicts = sc-controller
source = sc-controller::git+https://github.com/Ryochan7/sc-controller.git
diff --git a/PKGBUILD b/PKGBUILD
index 0e9972728c9a..886381e698f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=('any')
url='https://github.com/Ryochan7/sc-controller'
license=('GPL2')
depends=('gtk3' 'python-gobject' 'python-cairo' 'python-pylibacl' 'python-evdev' 'xorg-xinput')
+optdepends=('gtk-layer-shell: wayland OSD support')
makedepends=('python-setuptools' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")