mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
Use select instead of depends for dependencies
This commit is contained in:
parent
33553eb655
commit
ef53dd3b8e
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_LIBGTK12
|
config BR2_PACKAGE_LIBGTK12
|
||||||
bool "libgtk12"
|
bool "libgtk12"
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBGLIB12
|
select BR2_PACKAGE_LIBGLIB12
|
||||||
depends BR2_PACKAGE_XORG
|
select BR2_PACKAGE_XORG
|
||||||
help
|
help
|
||||||
The GTK+ graphical user interface library
|
The GTK+ graphical user interface library
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user