summaryrefslogtreecommitdiffstats
path: root/shell-term-fm/rxvt-unicode/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'shell-term-fm/rxvt-unicode/DEPENDS')
-rwxr-xr-xshell-term-fm/rxvt-unicode/DEPENDS21
1 files changed, 13 insertions, 8 deletions
diff --git a/shell-term-fm/rxvt-unicode/DEPENDS b/shell-term-fm/rxvt-unicode/DEPENDS
index 5bf2539a48..07c451f8bb 100755
--- a/shell-term-fm/rxvt-unicode/DEPENDS
+++ b/shell-term-fm/rxvt-unicode/DEPENDS
@@ -1,22 +1,27 @@
depends -sub CXX gcc &&
+depends libx11 &&
depends libxrender &&
+optional_depends gdk-pixbuf2 \
+ "--enable-pixbuf" \
+ "--disable-pixbuf" \
+ "for background images" &&
+
optional_depends startup-notification \
"--enable-startup-notification" \
"--disable-startup-notification" \
- "for startup notification"
+ "for startup notification" &&
optional_depends libxft \
"--enable-xft" \
"--disable-xft" \
- "for XFT support"
+ "for XFT support" &&
+
+if is_depends_enabled $SPELL libxft; then
+ depends fontconfig
+fi &&
optional_depends perl \
"--enable-perl" \
"--disable-perl" \
- "for embedded perl interpreter" &&
-
-optional_depends LIBAFTERIMAGE \
- "--enable-afterimage" \
- "--disable-afterimage" \
- "for background images"
+ "for embedded perl interpreter"