From fe32c8ec5a76214222b276ad769656568c58c09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Thu, 11 May 2017 21:35:26 +0100 Subject: [PATCH] libdc1394: disable examples. --- rules/libdc1394/default.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libdc1394/default.bash b/rules/libdc1394/default.bash index 00501c6..eebc519 100644 --- a/rules/libdc1394/default.bash +++ b/rules/libdc1394/default.bash @@ -19,6 +19,7 @@ configure() --prefix="$cfg_dir_toolchain_sysroot/usr" \ --target="$cfg_target_canonical" \ --host="$cfg_target_canonical" \ + --disable-examples \ --build="$cfg_host_canonical" }