summaryrefslogtreecommitdiffstats
path: root/graphics-libs/libopenraw/DEPENDS
blob: 7eab27fd6d5961da8a4a4b215de9d430b24d1139 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
depends boost  &&
depends -sub CXX gcc &&
depends JPEG   &&

optional_depends gdk-pixbuf2 \
                 "--enable-gnome" \
                 "--disable-gnome" \
                 "for GNOME support" &&

if is_depends_enabled $SPELL gdk-pixbuf2; then
  depends glib2  &&
  depends libffi &&
  depends libpng &&
  depends pcre   &&
  depends zlib
fi