blob: bc5e62044548c3e8a5c8ec8a597ca763ad873530 [file] [log] [blame]
Eric Andersenf6940162004-10-09 06:13:40 +00001menu "Package Selection for the target"
Eric Andersen2d523c22004-10-09 01:06:03 +00002
Eric Andersen2d523c22004-10-09 01:06:03 +00003source "package/busybox/Config.in"
Bernhard Reutner-Fischer50100392007-09-25 07:55:45 +00004
Bernhard Reutner-Fischer4b0d5a82007-09-26 21:12:38 +00005comment "The minimum needed to build a uClibc development system"
Bernhard Reutner-Fischer50100392007-09-25 07:55:45 +00006
Peter Korsgaard59b46262008-08-04 19:07:36 +00007if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +00008source "package/bash/Config.in"
9source "package/bzip2/Config.in"
10source "package/coreutils/Config.in"
11source "package/diffutils/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000012source "package/findutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000013endif
Eric Andersenf6940162004-10-09 06:13:40 +000014source "package/flex/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000015if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000016source "package/gawk/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000017endif
Eric Andersenf6940162004-10-09 06:13:40 +000018source "toolchain/gcc/Config.in.2"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000019if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000020source "package/grep/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000021endif
Eric Andersenf6940162004-10-09 06:13:40 +000022source "package/make/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000023if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000024source "package/patch/Config.in"
Eric Andersen2d523c22004-10-09 01:06:03 +000025source "package/sed/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000026source "package/tar/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000027endif
Eric Andersenf6940162004-10-09 06:13:40 +000028
Bernhard Reutner-Fischer4b0d5a82007-09-26 21:12:38 +000029#menuconfig BR2_APPLICATION_SUPPORT
30# bool "Common Applications"
31# default y
32# help
Peter Korsgaard02a623d2008-08-04 19:07:05 +000033# A set of applications, utilities and libraries for
Bernhard Reutner-Fischer4b0d5a82007-09-26 21:12:38 +000034# text processing, toolchain generation and other things.
35
36
37#if BR2_APPLICATION_SUPPORT
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000038comment "Other development stuff"
Eric Andersenf6940162004-10-09 06:13:40 +000039source "package/autoconf/Config.in"
40source "package/automake/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000041source "package/bison/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000042source "toolchain/ccache/Config.in.2"
Bernhard Reutner-Fischer8ff8fa72007-02-06 11:22:50 +000043source "package/cvs/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000044source "package/distcc/Config.in"
Eric Andersen28151cf2006-12-12 22:16:41 +000045source "package/dmalloc/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000046source "package/fakeroot/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000047source "package/gettext/Config.in"
Bernhard Reutner-Fischerccd252b2006-11-28 16:59:17 +000048source "package/gmp/Config.in"
Peter Korsgaard7b55c862008-07-10 08:17:48 +000049source "package/gperf/Config.in"
Bernhard Reutner-Fischerccd252b2006-11-28 16:59:17 +000050source "package/mpfr/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000051source "package/libtool/Config.in"
52source "package/m4/Config.in"
53source "package/mpatrol/Config.in"
John Voltz676797d2008-04-24 16:54:29 +000054source "package/oprofile/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000055source "package/pkgconfig/Config.in"
56source "package/readline/Config.in"
57source "package/valgrind/Config.in"
John Voltz3dfdc142008-04-24 16:56:06 +000058source "package/pcre/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000059
60comment "Other stuff"
61source "package/at/Config.in"
Nigel Kukardd1143862008-04-12 09:45:49 +000062source "package/beecrypt/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000063source "package/berkeleydb/Config.in"
64source "package/bsdiff/Config.in"
Nigel Kukard08cb2512008-04-08 13:09:29 +000065if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
66source "package/bootutils/Config.in"
67endif
John Voltzb5c8c8c2008-03-06 18:40:08 +000068source "package/cups/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000069source "package/customize/Config.in"
Peter Korsgaard96b42a42008-08-04 19:07:29 +000070if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000071source "package/dash/Config.in"
Peter Korsgaard96b42a42008-08-04 19:07:29 +000072endif
Hamish Moffatt4985f592008-02-07 00:53:36 +000073source "package/file/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +000074source "package/gamin/Config.in"
75source "package/icu/Config.in"
Bernhard Reutner-Fischerb07203d2006-12-20 16:38:22 +000076source "package/kexec/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000077if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000078source "package/less/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000079endif
Peter Korsgaard467403d2008-09-01 10:51:31 +000080source "package/libconfig/Config.in"
Peter Korsgaard0e23e6b2008-09-22 08:11:05 +000081source "package/libconfuse/Config.in"
Ulf Samuelsson39435912007-08-06 19:41:40 +000082source "package/libdaemon/Config.in"
Eric Andersen4dcfc9d2005-02-25 03:22:54 +000083source "package/libelf/Config.in"
"Steven J. Hill"0d7b08d2007-01-14 01:04:33 +000084source "package/libevent/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000085source "package/libfloat/Config.in"
Ulf Samuelsson73f43a22007-07-17 18:14:25 +000086source "package/libgcrypt/Config.in"
87source "package/libgpg-error/Config.in"
John Voltz83096982008-04-24 18:35:44 +000088source "package/libiconv/Config.in"
"Steven J. Hill"1f928312007-05-07 03:58:30 +000089source "package/liblockfile/Config.in"
Eric Andersendfba3cf2005-04-26 06:26:14 +000090source "package/libsysfs/Config.in"
"Steven J. Hill"1f928312007-05-07 03:58:30 +000091source "package/lockfile-progs/Config.in"
Wade Berrierb8508d72008-10-06 20:41:12 +000092source "package/logrotate/Config.in"
Eric Andersenf2a47042006-06-23 06:53:28 +000093source "package/lsof/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000094source "package/ltp-testsuite/Config.in"
95source "package/ltrace/Config.in"
Eric Andersenf2a5ce42005-09-30 20:41:41 +000096source "package/ltt/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000097if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersend5b0e082005-06-09 09:46:12 +000098source "package/module-init-tools/Config.in"
99source "package/modutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000100endif
John Voltzb5c8c8c2008-03-06 18:40:08 +0000101source "package/ng-spice-rework/Config.in"
Nigel Kukard9fadf8a2008-04-12 09:51:21 +0000102source "package/popt/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000103if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +0000104source "package/procps/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000105endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000106if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Mike Frysingerbb5cb3d2005-11-19 09:39:50 +0000107source "package/psmisc/Config.in"
Nigel Kukard6fd44d62008-04-14 10:56:41 +0000108endif
Nigel Kukardbce15df2008-05-01 19:33:44 +0000109source "package/screen/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000110source "package/startup-notification/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +0000111source "package/strace/Config.in"
Eric Andersen34a0c2f2006-04-11 00:27:51 +0000112source "package/sudo/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000113if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischer8eb1a772007-01-17 12:28:23 +0000114source "package/sysklogd/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000115# busybox has init and the runit stuff
Mike Frysinger9c5bb0e2005-12-13 05:01:49 +0000116source "package/sysvinit/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +0000117source "package/tinylogin/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +0000118source "package/util-linux/Config.in"
Mike Frysinger52c95082004-11-11 14:28:17 +0000119source "package/which/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000120endif
Eric Andersen2d523c22004-10-09 01:06:03 +0000121
Arnar Mar Sigurðssond11272f2008-06-01 18:08:48 +0000122source "package/database/Config.in"
123
Peter Korsgaard06accdc2008-02-24 21:34:52 +0000124if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
125# busybox has an editor
126
Peter Korsgaardd47bd2d2008-03-07 10:00:04 +0000127# text editors
128source "package/editors/Config.in"
Peter Korsgaard06accdc2008-02-24 21:34:52 +0000129
130endif
131
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000132menuconfig BR2_NETWORK_SUPPORT
133 bool "Networking"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000134 default y
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000135 help
Ulf Samuelsson1a1ac772007-09-26 06:32:42 +0000136 Support for communication, networking and related packages
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000137
138if BR2_NETWORK_SUPPORT
Ulf Samuelsson1a1ac772007-09-26 06:32:42 +0000139comment "Networking applications"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000140source "package/argus/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000141source "package/avahi/Config.in"
Hamish Moffatt51114af2008-04-17 04:52:57 +0000142source "package/axel/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000143source "package/boa/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000144source "package/bind/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000145source "package/bridge-utils/Config.in"
"Steven J. Hill"1f928312007-05-07 03:58:30 +0000146source "package/curl/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000147if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
148source "package/dhcp/Config.in"
149endif
150source "package/dnsmasq/Config.in"
151source "package/dropbear/Config.in"
152source "package/ethtool/Config.in"
Bernhard Reutner-Fischer9a171e72007-01-17 12:31:15 +0000153source "package/haserl/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000154source "package/hostap/Config.in"
Peter Korsgaardbfb1e1e2008-05-31 07:28:12 +0000155source "package/ifplugd/Config.in"
Ulf Samuelsson7c48a8c2007-09-05 03:40:47 +0000156source "package/irda-utils/Config.in"
Peter Korsgaard70821e32007-02-16 20:16:24 +0000157source "package/iperf/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000158source "package/iproute2/Config.in"
159source "package/ipsec-tools/Config.in"
160source "package/iptables/Config.in"
Thomas Lundquist88f918e2007-10-30 09:16:51 +0000161source "package/kismet/Config.in"
Bernhard Reutner-Fischer9e453fb2007-01-31 21:22:33 +0000162source "package/l2tp/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000163source "package/libcgi/Config.in"
164source "package/libcgicc/Config.in"
Ulf Samuelsson5fa09ee2007-11-30 12:32:33 +0000165source "package/libeXosip2/Config.in"
Ulf Samuelssonaf5347e2007-11-30 10:28:36 +0000166source "package/libosip2/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000167source "package/libpcap/Config.in"
Hans-Christian Egtvedtaff967f2008-09-18 06:48:20 +0000168source "package/libupnp/Config.in"
Ulf Samuelssone156f342008-07-05 08:20:34 +0000169if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
170source "package/lighttpd/Config.in"
171endif
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000172source "package/links/Config.in"
173source "package/lrzsz/Config.in"
Ulf Samuelsson28625ea2007-08-11 16:44:54 +0000174source "package/mdnsresponder/Config.in"
Ulf Samuelssondfaa84e2007-10-30 20:05:25 +0000175if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS || !BR2_PACKAGE_BUSYBOX_SNAPSHOT
Bernhard Reutner-Fischer4b0d5a82007-09-26 21:12:38 +0000176source "package/microcom/Config.in"
177endif
Hamish Moffatt051ed922008-06-26 06:43:33 +0000178source "package/mii-diag/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000179source "package/mrouted/Config.in"
Bernhard Reutner-Fischered58a1f2007-09-02 20:53:38 +0000180source "package/mutt/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000181source "package/nbd/Config.in"
Peter Korsgaarda3bf0442007-05-22 11:59:22 +0000182source "package/ncftp/Config.in"
Nigel Kukard59a9c022008-04-12 09:56:15 +0000183source "package/neon/Config.in"
Bernhard Reutner-Fischerc41d4412007-01-24 17:02:45 +0000184if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
185source "package/netcat/Config.in"
186endif
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000187source "package/netkitbase/Config.in"
188source "package/netkittelnet/Config.in"
189source "package/netplug/Config.in"
190source "package/netsnmp/Config.in"
191source "package/nfs-utils/Config.in"
192source "package/ntp/Config.in"
Bernhard Reutner-Fischer4d5a30b2007-09-19 21:27:49 +0000193source "package/olsr/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000194source "package/openntpd/Config.in"
195source "package/openssh/Config.in"
196source "package/openssl/Config.in"
197source "package/openvpn/Config.in"
198source "package/openswan/Config.in"
199source "package/portmap/Config.in"
200source "package/pppd/Config.in"
Bernhard Reutner-Fischer3c4690e2007-08-24 10:43:45 +0000201source "package/rp-pppoe/Config.in"
Bernhard Reutner-Fischer879c95d2007-08-22 16:08:38 +0000202source "package/pptp-linux/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000203source "package/proftpd/Config.in"
Bernhard Reutner-Fischer1548b212007-06-28 15:55:00 +0000204source "package/quagga/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000205source "package/rsync/Config.in"
206source "package/samba/Config.in"
207source "package/socat/Config.in"
208source "package/stunnel/Config.in"
209source "package/tcpdump/Config.in"
210source "package/tftpd/Config.in"
211if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
212source "package/thttpd/Config.in"
"Steven J. Hill"7a91ec92007-07-17 00:24:13 +0000213source "package/tinyhttpd/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000214endif
215source "package/tn5250/Config.in"
216source "package/ttcp/Config.in"
Bernhard Reutner-Fischere4e8dc72007-07-02 08:58:56 +0000217#if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
"Steven J. Hill"7a91ec92007-07-17 00:24:13 +0000218# ATTENTION! This was merged into busybox!
Bernhard Reutner-Fischere4e8dc72007-07-02 08:58:56 +0000219#source "package/udhcp/Config.in"
220#endif
Jason Spence53a740f2008-03-28 02:54:42 +0000221source "package/udpcast/Config.in"
Ulf Samuelsson73f43a22007-07-17 18:14:25 +0000222source "package/vpnc/Config.in"
Peter Korsgaard8bba7f02008-07-22 19:47:41 +0000223source "package/vsftpd/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000224source "package/vtun/Config.in"
Ulf Samuelsson0be95602008-03-30 20:40:53 +0000225source "package/webif/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000226if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
227source "package/wget/Config.in"
228endif
229source "package/wireless-tools/Config.in"
230
231endif
232
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000233menuconfig BR2_BLOCKDEV_SUPPORT
234 bool "Hardware handling / blockdevices and filesystem maintenance"
235 default y
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000236 help
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000237 Support for hardware handling and maintenance, block devices,
238 filesystem creation and maintenance.
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000239
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000240if BR2_BLOCKDEV_SUPPORT
241source "package/acpid/Config.in"
242source "package/dbus/Config.in"
243source "package/dbus-glib/Config.in"
Peter Korsgaard12ea7142008-04-19 20:44:13 +0000244source "package/devmem2/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000245source "package/dm/Config.in"
246source "package/dmraid/Config.in"
247source "package/e2fsprogs/Config.in"
Hamish Moffatt1c89cf32008-09-04 01:35:34 +0000248source "package/eeprog/Config.in"
Peter Korsgaarda6bf6122008-02-24 21:35:01 +0000249source "package/fconfig/Config.in"
250source "package/fis/Config.in"
Ivan Kutene1498412007-11-24 16:09:25 +0000251source "package/fuse/Config.in"
Ulf Samuelsson87e9deb2007-07-28 15:30:20 +0000252source "package/gadgetfs-test/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000253source "package/hal/Config.in"
254if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
255source "package/hdparm/Config.in"
256source "package/hotplug/Config.in"
257endif
258source "package/hwdata/Config.in"
Peter Korsgaard32986b82008-06-24 09:55:37 +0000259source "package/i2c-tools/Config.in"
Peter Korsgaard8e4ba2b2008-04-06 19:59:21 +0000260source "package/input-tools/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000261source "package/iostat/Config.in"
Ulf Samuelssona1025ef2007-07-28 15:37:11 +0000262source "package/libaio/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000263source "package/libraw1394/Config.in"
264source "package/libusb/Config.in"
Bernhard Reutner-Fischer58c26562007-09-01 18:01:08 +0000265source "package/lm-sensors/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000266source "package/lvm2/Config.in"
267source "package/mdadm/Config.in"
268source "package/memtester/Config.in"
269source "package/mkdosfs/Config.in"
270source "package/mtd/Config.in"
Ivan Kutene1498412007-11-24 16:09:25 +0000271source "package/ntfs-3g/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000272source "package/pciutils/Config.in"
273source "package/pcmcia/Config.in"
274source "package/raidtools/Config.in"
Bernhard Reutner-Fischerb6f97352007-02-06 09:04:44 +0000275source "package/setserial/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000276if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
277# busybox has fdisk
278source "package/sfdisk/Config.in"
279endif
280source "package/smartmontools/Config.in"
281if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
282# mdev
283source "package/udev/Config.in"
284endif
285source "package/usbmount/Config.in"
286source "package/usbutils/Config.in"
287source "package/wipe/Config.in"
288source "package/xfsprogs/Config.in"
289endif
290
Daniel Laird76235a12008-09-05 12:06:50 +0000291# Audio support
292source "package/audio/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000293
294menuconfig BR2_GRAPHIC_SUPPORT
295 bool "Graphic libraries and applications (graphic/text)"
296 default y
297 help
298 Support for graphic libraries, X Window system and related
299 packages, graphical toolkits, etc.
300
301if BR2_GRAPHIC_SUPPORT
302comment "text rendering libraries"
303source "package/ncurses/Config.in"
304source "package/newt/Config.in"
305source "package/slang/Config.in"
306
307comment "text rendering applications"
308source "package/dialog/Config.in"
309
310comment "graphic libraries"
311source "package/directfb/Config.in"
Daniel Lairdf10aecd2008-08-27 11:01:16 +0000312source "package/fbdump/Config.in"
Ulf Samuelssondcab96b2007-08-12 18:19:45 +0000313source "package/fusion/Config.in"
Ulf Samuelssone1e3b7a2007-07-23 09:06:34 +0000314source "package/imagemagick/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000315source "package/jpeg/Config.in"
Peter Korsgaardab36f502008-04-11 11:31:40 +0000316source "package/libart/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000317source "package/libpng/Config.in"
Ulf Samuelsson260db3b2007-07-23 08:23:54 +0000318source "package/libungif/Config.in"
Daniel Lairdc30bb462008-08-26 14:52:17 +0000319source "package/lite/Config.in"
Daniel Laird46f41882008-08-26 16:27:25 +0000320source "package/pixman/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000321source "package/sdl/Config.in"
Peter Korsgaardfa0bedd2008-07-17 13:20:05 +0000322source "package/sdl_image/Config.in"
Peter Korsgaard6be5cb72008-03-07 13:31:33 +0000323source "package/sdl_mixer/Config.in"
Hans-Christian Egtvedte40448a2008-09-24 12:06:59 +0000324source "package/sdl_net/Config.in"
Ivan Kutenda6c5f92007-11-16 15:33:46 +0000325source "package/sdl_ttf/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000326source "package/tiff/Config.in"
327
Peter Korsgaard39962a22008-06-24 18:35:32 +0000328comment "busybox graphic applications"
329comment "--> May be broken in busybox"
Ulf Samuelssone750d9b2007-07-23 12:01:05 +0000330source "package/fbv/Config.in"
331source "package/fbset/Config.in"
332
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000333comment "other GUIs"
334source "package/qte/Config.in"
335source "package/qtopia4/Config.in"
336
Bernhard Reutner-Fischer726abd42007-01-21 12:58:51 +0000337#source "package/microwin/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000338
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000339
Peter Korsgaardd4e56ff2008-06-30 12:55:29 +0000340menu "X Window System server"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000341config BR2_PACKAGE_XSERVER_none
342 bool "none"
Thiago A. Corrêa9c0ef0b2008-07-04 03:49:18 +0000343 default y
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000344config BR2_PACKAGE_XSERVER_xorg
Peter Korsgaardd4e56ff2008-06-30 12:55:29 +0000345 bool "modular xorg"
Peter Korsgaardbf83d532008-08-22 14:24:53 +0000346 depends on BR2_USE_WCHAR # && BR2_ENABLE_LOCALE
347# depending on BR2_ENABLE_LOCALE gives a recursion error with dbus
348comment "xorg requires a toolchain with LOCALE and WCHAR support"
349 depends on !(BR2_USE_WCHAR && BR2_ENABLE_LOCALE)
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000350config BR2_PACKAGE_XSERVER_tinyx
351 bool "tinyx"
Peter Korsgaardd4e56ff2008-06-30 12:55:29 +0000352endmenu
Ulf Samuelssona9a68fa2007-08-28 23:02:52 +0000353
354config BR2_X11_PREFIX
355 string
356 default "/usr/X11R6" if BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tinyx
357 default "/usr" if !BR2_PACKAGE_XSERVER_xorg && !BR2_PACKAGE_XSERVER_tinyx
358 help
359 X11 apps root location
360
Peter Korsgaardd4e56ff2008-06-30 12:55:29 +0000361if !BR2_PACKAGE_XSERVER_none
Eric Andersena7e49eb2007-08-10 19:07:51 +0000362source "package/x11r7/Config.in"
363endif
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000364
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000365comment "X libraries and helper libraries"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000366#XXX: maybe some of these should depend on !BR2_PACKAGE_XSERVER_none
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000367source "package/atk/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000368source "package/cairo/Config.in"
369source "package/pango/Config.in"
Ulf Samuelsson784ebe72007-08-11 23:31:41 +0000370source "package/libdrm/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000371source "package/libglib12/Config.in"
372source "package/libglib2/Config.in"
373source "package/libgtk12/Config.in"
374source "package/libgtk2/Config.in"
Eric Andersen9e6af6c2007-01-25 20:55:16 +0000375source "package/gtk2-engines/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000376source "package/gtk2-themes/Config.in"
377source "package/libsexy/Config.in"
378source "package/fltk/Config.in"
379source "package/openmotif/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000380source "package/fontconfig/Config.in"
381source "package/freetype/Config.in"
Ulf Samuelssoneec58d12007-08-12 11:34:03 +0000382source "package/tslib/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000383source "package/webkit/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000384
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000385comment "X Window managers"
Ulf Samuelsson54f3d332007-08-12 11:31:06 +0000386source "package/matchbox/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000387source "package/metacity/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000388source "package/blackbox/Config.in"
389
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000390comment "X applications"
John Voltz0c368b72008-03-20 16:55:37 +0000391source "package/alsamixergui/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000392source "package/dillo/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000393source "package/docker/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000394source "package/gqview/Config.in"
Daniel Lairda6acb092008-08-27 12:21:09 +0000395source "package/gtkperf/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000396source "package/leafpad/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000397source "package/midori/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000398source "package/pcmanfm/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000399source "package/rdesktop/Config.in"
400source "package/rxvt/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000401source "package/sylpheed/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000402source "package/synergy/Config.in"
403source "package/torsmo/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000404source "package/x11vnc/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000405source "package/xpdf/Config.in"
406source "package/xstroke/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000407source "package/xvkbd/Config.in"
Bernhard Reutner-Fischer3ec18d52007-01-17 12:03:59 +0000408
Bernhard Reutner-Fischer61a80ac2007-07-27 12:47:58 +0000409comment "Video libraries/codecs and applications"
410source "package/mplayer/Config.in"
John Voltz83096982008-04-24 18:35:44 +0000411source "package/vlc/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000412endif
Mike Frysinger4584c0d2005-02-10 00:45:43 +0000413
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000414menuconfig BR2_COMPRESSOR_SUPPORT
415 bool "Compressors / decompressors"
416 default y
417 help
418 Support for compressors and decompressors like lzo, lzma, bzip2
419
Bernhard Reutner-Fischer3d982372007-01-22 12:27:33 +0000420if BR2_COMPRESSOR_SUPPORT
Bernhard Reutner-Fischer570d8342007-02-16 09:32:12 +0000421if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000422source "package/gzip/Config.in"
Bernhard Reutner-Fischer570d8342007-02-16 09:32:12 +0000423endif
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000424source "package/lzo/Config.in"
425source "package/lzma/Config.in"
426source "package/zlib/Config.in"
427endif
428
Peter Korsgaard3cec3b42008-08-04 19:07:51 +0000429menuconfig BR2_PACKAGEMGRS_SUPPORT
430 bool "Package managers"
431 default y
432 help
433 Support for package managers like rpm, portage, ipkg, ..
434
435if BR2_PACKAGEMGRS_SUPPORT
436source "package/ipkg/Config.in"
437source "package/portage/Config.in"
438if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
439source "package/rpm/Config.in"
440endif
441endif
442
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000443menuconfig BR2_SCRIPTING_SUPPORT
444 bool "Interpreter languages / Scripting"
445 default y
446 help
447 Support for scripting languages, interpreter languages.
448
449if BR2_SCRIPTING_SUPPORT
Ulf Samuelssonc3719df2007-11-30 01:08:36 +0000450source "package/lua/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000451source "package/microperl/Config.in"
452source "package/python/Config.in"
453source "package/ruby/Config.in"
454source "package/tcl/Config.in"
Ulf Samuelsson1b50c352007-08-07 17:47:03 +0000455source "package/php/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000456endif
457
Peter Korsgaard7cf2be42008-02-24 20:17:53 +0000458menuconfig BR2_XML_SUPPORT
459 bool "XML handling"
460 default y
461 help
462 Support for XML handling
463
464if BR2_XML_SUPPORT
465source "package/expat/Config.in"
Peter Korsgaardf1f84ce2008-02-24 20:18:00 +0000466source "package/ezxml/Config.in"
Peter Korsgaard7cf2be42008-02-24 20:17:53 +0000467source "package/libxml2/Config.in"
468source "package/libxslt/Config.in"
469source "package/xerces/Config.in"
470endif
471
Peter Korsgaard77d133d2008-03-28 10:40:45 +0000472# java support
473source "package/java/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000474
Daniel Laird1b5c1e72008-08-29 13:27:37 +0000475# various games packages
476source "package/games/Config.in"
Ulf Samuelssonaf5347e2007-11-30 10:28:36 +0000477
Eric Andersen2d523c22004-10-09 01:06:03 +0000478endmenu