blob: 0ea5cb90aee980c8ab7cad16f04ef20b1504f1b9 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Capture and control API for IIDC compliant cameras"
2HOMEPAGE = "http://sourceforge.net/projects/libdc1394/"
3SECTION = "libs"
4LICENSE = "LGPL-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
6
7# libsdl to provide sdl.m4 with AM_PATH_SDL
8DEPENDS += "libusb1 libraw1394 libsdl"
9
10PV = "2.2.1+gitr${SRCPV}"
11
12SRCREV = "b90342933b4b48634b98b73805f47bd25ed5857e"
13
14SRC_URI = "git://git.code.sf.net/p/libdc1394/code;branch=master;protocol=git \
15 file://install_examples.patch \
16 "
17
18S = "${WORKDIR}/git/${PN}"
19
20inherit autotools-brokensep pkgconfig
21
22EXTRA_OECONF += "--disable-doxygen-doc --disable-examples"