summaryrefslogtreecommitdiffstats
path: root/graphics/libgphoto2/DEPENDS
blob: 0ea77eccbce8af5b58f6627d776936bd38e39c81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
depends  bison      &&  # Is this really needed?
depends  pkgconfig  &&

# test kernel version
local  GPH_KDEV
GPH_KVER=`uname -r |cut -c-3`    &&
if [ $GPH_KVER == "2.6" ];then
  optional_depends  udev  "udevscriptdir=$INSTALL_ROOT/lib/udev"  ""  \
                          "for kernel UDEV support" 
else
  optional_depends  hotplug  ""  ""  "for kernel hotplug support"  
fi  &&


optional_depends  libexif  "--with-exif"  "--without-exif"  \
      "extracts additional image information provided by most cameras"  &&

optional_depends jpeg "" "" "for JPEG mangling support" &&
optional_depends gd "" "" "for GD conversion support" &&

optional_depends  libtool  "--with-ltdl"  "--without-ltdl"  \
      "an alternative way of opening shared libraries"  &&

optional_depends libusb "" "" "enable use of cameras connected though the USB port"  &&

optional_depends  dbus     ""  ""  "for dbus support"          &&
optional_depends  hal     ""  ""  "for HAL support"          &&

# Currently broken, disabling it
# even if with current doxygen disabling hack that would be impossible to build anyway
#optional_depends gtk-doc                         \
#                 "--enable-docs"                 \
#                 "--disable-docs"                \
#                 "Build documentation with gtk-doc"  &&

if [ $DOXYGEN = 'y' ]; then
  depends doxygen
fi