mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
329 B
Makefile
12 lines
329 B
Makefile
################################################################################
|
|
#
|
|
# libraw1394
|
|
#
|
|
################################################################################
|
|
|
|
LIBRAW1394_VERSION = 2.0.7
|
|
LIBRAW1394_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ieee1394
|
|
LIBRAW1394_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|