mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/sane-airscan: propagate dependencies of selects
When the sane-airscan package was introduced in
f78280bf26, the depends on of options
that is selects were not properly accounted for, so let's fix this.
Fixes:
WARNING: unmet direct dependencies detected for BR2_PACKAGE_GNUTLS
Depends on [n]: !BR2_STATIC_LIBS [=n] && BR2_USE_WCHAR [=n]
Selected by [y]:
- BR2_PACKAGE_SANE_AIRSCAN [=y]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f7d11b87d4
commit
4e7ac190e2
@@ -1,5 +1,9 @@
|
|||||||
config BR2_PACKAGE_SANE_AIRSCAN
|
config BR2_PACKAGE_SANE_AIRSCAN
|
||||||
bool "sane-airscan"
|
bool "sane-airscan"
|
||||||
|
depends on !BR2_STATIC_LIBS # avahi, gnutls, sane-backends
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # avahi, dbus
|
||||||
|
depends on BR2_USE_WCHAR # avahi, gnutls
|
||||||
|
depends on BR2_USE_MMU # dbus, sane-backends
|
||||||
select BR2_PACKAGE_AVAHI
|
select BR2_PACKAGE_AVAHI
|
||||||
select BR2_PACKAGE_AVAHI_DAEMON # needed to get avahi-client
|
select BR2_PACKAGE_AVAHI_DAEMON # needed to get avahi-client
|
||||||
select BR2_PACKAGE_DBUS # needed by avahi to get avahi-client
|
select BR2_PACKAGE_DBUS # needed by avahi to get avahi-client
|
||||||
@@ -18,3 +22,8 @@ config BR2_PACKAGE_SANE_AIRSCAN
|
|||||||
support "driverless" scanning.
|
support "driverless" scanning.
|
||||||
|
|
||||||
https://github.com/alexpevzner/sane-airscan
|
https://github.com/alexpevzner/sane-airscan
|
||||||
|
|
||||||
|
comment "sane-airscan needs a toolchain w/ wchar, dynamic library, threads"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS || \
|
||||||
|
!BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|||||||
Reference in New Issue
Block a user