summaryrefslogtreecommitdiffstats
path: root/shell-term-fm/vifm/DEPENDS
blob: de0ec3bcdcdca00a9e93495a96640cb630c4f42e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
depends libtool &&
depends gettext &&

optional_depends file \
                 "--with-libmagic" \
                 "--without-libmagic" \
                 "to determine mimetypes (via libmagic)" &&

optional_depends gtk+2 \
                 "--with-gtk" \
                 "--without-gtk" \
                 "to determine mimetypes (via GTK+)" &&

optional_depends libx11 \
                 "--with-X11" \
                 "--without-X11" \
                 "to determine terminal emulator title"