diff options
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 39 |
1 files changed, 5 insertions, 34 deletions
diff --git a/package/Config.in b/package/Config.in index cb8356311..ba3418fe8 100644 --- a/package/Config.in +++ b/package/Config.in @@ -133,6 +133,7 @@ if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/boa/Config.in" endif source "package/bind/Config.in" +source "package/bmon/Config.in" source "package/bridge-utils/Config.in" if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/dhcp/Config.in" @@ -155,6 +156,7 @@ source "package/libcgicc/Config.in" source "package/libcurl/Config.in" source "package/libdnet/Config.in" source "package/libeXosip2/Config.in" +source "package/libnl/Config.in" source "package/libosip2/Config.in" source "package/libpcap/Config.in" source "package/libsoup/Config.in" @@ -181,6 +183,7 @@ source "package/netkitbase/Config.in" source "package/netkittelnet/Config.in" source "package/netplug/Config.in" source "package/netsnmp/Config.in" +source "package/netstat-nat/Config.in" source "package/nfs-utils/Config.in" source "package/ntp/Config.in" source "package/olsr/Config.in" @@ -306,6 +309,7 @@ source "package/sdl_image/Config.in" source "package/sdl_mixer/Config.in" source "package/sdl_net/Config.in" source "package/sdl_ttf/Config.in" +source "package/sdl_gfx/Config.in" source "package/tiff/Config.in" comment "busybox graphic applications" @@ -314,46 +318,13 @@ source "package/fbv/Config.in" source "package/fbset/Config.in" comment "other GUIs" -source "package/qtopia4/Config.in" +source "package/qt/Config.in" #source "package/microwin/Config.in" - -choice - prompt "X Window System server" - default BR2_PACKAGE_XSERVER_none - help - Select the X Window System server to use - -config BR2_PACKAGE_XSERVER_none - bool "none" -config BR2_PACKAGE_XSERVER_xorg - bool "modular xorg" - depends on BR2_USE_WCHAR && BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP # && BR2_ENABLE_LOCALE -# depending on BR2_ENABLE_LOCALE gives a recursion error with dbus -config BR2_PACKAGE_XSERVER_tinyx - bool "tinyx" - depends on BR2_USE_WCHAR -endchoice - -comment "xorg requires a toolchain with C++, LOCALE, LARGEFILE and WCHAR support" - depends on !(BR2_USE_WCHAR && BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE) -comment "tinyx requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR - -config BR2_X11_PREFIX - string - default "/usr/X11R6" if BR2_PACKAGE_XSERVER_xorg - default "/usr" if BR2_PACKAGE_XSERVER_tinyx - help - X11 apps root location - -if !BR2_PACKAGE_XSERVER_none source "package/x11r7/Config.in" -endif comment "X libraries and helper libraries" -#XXX: maybe some of these should depend on !BR2_PACKAGE_XSERVER_none source "package/atk/Config.in" source "package/cairo/Config.in" source "package/pango/Config.in" |