summaryrefslogtreecommitdiffstats
path: root/http/amaya/DEPENDS
blob: 4303109f7e334888dee3e74a2268e3c7ded4a186 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
depends  jpeg    &&
depends  libpng  &&
depends  tiff    &&
depends  g++     &&

# TODO figure out where --with-mesa goes if it improves anything
case "$AMAYA_TOOLKIT" in
GTK)
  depends gtk+ '--with-gtk'       &&
  depends imlib                   &&
  optional_depends OPENGL         \
                   '--with-gl'    \
				   '--without-gl' \
				   'OpenGL support (GTK+ must have it too!)'
  ;;
*)
  depends wxgtk '--with-wx' &&
  # using wxWidgets assumes OpenGL option
  depends OPENGL '--with-gl'
 ;;
esac