summaryrefslogtreecommitdiffstats
path: root/video-libs/libunicap/DEPENDS
blob: 22b46d55025b7e5c7cf016471c0e8c3914457982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
optional_depends libraw1394 \
                 "--enable-vid21394" \
                 "--disable-vid21394" \
                 "build plugin for video-2-1394 capture device" &&

# for future spell libdc1394
#optional_depends libdc1394 \
#                 "--enable-dcam" \
#                 "--disable-dcam" \
#                 "build plugin for IIDC 1394 cameras" &&

depends v4l-utils &&

optional_depends gettext \
                 "--enable-nls" \
                 "--disable-nls" \
                 "for Native Language Support" &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "build documentation with gtk-doc"