mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
Make atk depend on packets, instead of selecting them
This commit is contained in:
parent
ac4074b6ab
commit
d4939be6a8
@ -1,6 +1,9 @@
|
|||||||
config BR2_PACKAGE_ATK
|
config BR2_PACKAGE_ATK
|
||||||
bool "atk"
|
bool "atk"
|
||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
depends BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
||||||
|
|
||||||
|
comment "atk - disabled (requires libglib2)"
|
||||||
|
depends !BR2_PACKAGE_LIBGLIB2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user