Use select instead of depends for dependencies

This commit is contained in:
Peter Korsgaard 2007-05-22 07:40:36 +00:00
parent 33553eb655
commit ef53dd3b8e
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
config BR2_PACKAGE_LIBGTK12
bool "libgtk12"
default n
depends BR2_PACKAGE_LIBGLIB12
depends BR2_PACKAGE_XORG
select BR2_PACKAGE_LIBGLIB12
select BR2_PACKAGE_XORG
help
The GTK+ graphical user interface library