qt: ensure that target dir exists before installing there
[buildroot-gz.git] / package / sg3_utils / Config.in
bloba8099f5318bf909a1c5b9adcdf2cabaf045dec67
1 config BR2_PACKAGE_SG3_UTILS
2         bool "sg3-utils"
3         depends on BR2_LARGEFILE
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           Low level utilities for devices that use a SCSI command set.
7           This option install only libsgutils2 library not programs.
9           http://sg.danny.cz/sg/sg3_utils.html
11 if BR2_PACKAGE_SG3_UTILS
13 config BR2_PACKAGE_SG3_UTILS_PROGS
14         bool "install programs"
16 endif
18 comment "sg3-utils needs a toolchain w/ largefile, threads"
19         depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS