summaryrefslogtreecommitdiffstats
path: root/wm-addons/cairo-dock/DEPENDS
blob: 715c4999251c7328ec7d40ed124ab67a9520e395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
depends cmake    &&
depends OPENGL   &&
depends cairo    &&
depends librsvg2 &&
optional_depends gtk+2 \
                 "-Dforce-gtk2=yes" \
                 "-Dforce-gtk2=no" \
                 "for GTK 2 interface (otherwise use GTK 3)" &&
if ! is_depends_enabled $SPELL gtk+2; then
 depends gtk+3
fi