summaryrefslogtreecommitdiffstats
path: root/desktop/redshift/redshift.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/redshift/redshift.SlackBuild')
-rw-r--r--desktop/redshift/redshift.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/redshift/redshift.SlackBuild b/desktop/redshift/redshift.SlackBuild
index 4c26391061..055801ccb5 100644
--- a/desktop/redshift/redshift.SlackBuild
+++ b/desktop/redshift/redshift.SlackBuild
@@ -67,6 +67,9 @@ if ! $(command -v python3 &>/dev/null); then
autopoint -f && AUTOPOINT="intltoolize --automake --copy" autoreconf -vif
fi
+# Disable AppIndicator support if desired (uncomment next line)
+# cat $CWD/disable-appindicator.patch | patch -p1 || exit 1
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \