libdc1394: disable-examples build.

This commit is contained in:
Pedro Gonçalves 2016-11-07 16:29:48 +00:00
parent 15dd2b7bd6
commit b55c9a90d1
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}