summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a403c34f8332..784c1b12942d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = redshift-gnomerr-git
depends = libdrm
depends = libxcb
depends = geoclue2
+ optdepends = python: GTK support
+ optdepends = gnome-desktop: Wayland support through Gnome RR
provides = redshift
conflicts = redshift
source = redshift::git+https://github.com/prahal/redshift.git#branch=add-gnomerr-method
diff --git a/PKGBUILD b/PKGBUILD
index 424822bd6475..97aeb247059e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ license=('GPL3')
provides=('redshift')
conflicts=('redshift')
depends=('libxxf86vm' 'libdrm' 'libxcb' 'geoclue2')
+optdepends=('python: GTK support' 'gnome-desktop: Wayland support through Gnome RR')
makedepends=('git' 'intltool' 'python')
source=(redshift::"git+https://github.com/prahal/redshift.git#branch=add-gnomerr-method")
md5sums=('SKIP')