summaryrefslogtreecommitdiffstats
path: root/wm-addons/idesk/DEPENDS
blob: 32138b4406602ce83e6508313e7c7a04da013fcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
depends -sub CXX gcc &&
depends pkgconfig &&
depends libx11 &&
depends imlib2 &&

optional_depends libxext \
                 "--enable-shape" \
                 "--disable-shape" \
                 "for XShape extension support" &&

optional_depends startup-notification \
                 "--enable-libsn" \
                 "--disable-libsn" \
                 "for startup notification support" &&

optional_depends libxft \
                 "--enable-xft" \
                 "--disable-xft" \
                 "for Xft (antialias) support"