blob: dd27e7dc14327ad66ba73445c58b963f94ae0e1a [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
Eric Andersenf6940162004-10-09 06:13:40 +00007source "package/bash/Config.in"
8source "package/bzip2/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +00009if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000010source "package/coreutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000011endif
Eric Andersenf6940162004-10-09 06:13:40 +000012source "package/diffutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000013if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000014source "package/findutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000015endif
Eric Andersenf6940162004-10-09 06:13:40 +000016source "package/flex/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000017if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000018source "package/gawk/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000019endif
Eric Andersenf6940162004-10-09 06:13:40 +000020source "toolchain/gcc/Config.in.2"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000021if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000022source "package/grep/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000023endif
Eric Andersenf6940162004-10-09 06:13:40 +000024source "package/make/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000025if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000026source "package/patch/Config.in"
Eric Andersen2d523c22004-10-09 01:06:03 +000027source "package/sed/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000028source "package/tar/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000029endif
Eric Andersenf6940162004-10-09 06:13:40 +000030
Bernhard Reutner-Fischer4b0d5a82007-09-26 21:12:38 +000031#menuconfig BR2_APPLICATION_SUPPORT
32# bool "Common Applications"
33# default y
34# help
35# A set of applications, utilities and libraries for
36# text processing, toolchain generation and other things.
37
38
39#if BR2_APPLICATION_SUPPORT
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000040comment "Other development stuff"
Eric Andersenf6940162004-10-09 06:13:40 +000041source "package/autoconf/Config.in"
42source "package/automake/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000043source "package/bison/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000044source "toolchain/ccache/Config.in.2"
Bernhard Reutner-Fischer8ff8fa72007-02-06 11:22:50 +000045source "package/cvs/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000046source "package/distcc/Config.in"
Eric Andersen28151cf2006-12-12 22:16:41 +000047source "package/dmalloc/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000048source "package/fakeroot/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000049source "package/gettext/Config.in"
Bernhard Reutner-Fischerccd252b2006-11-28 16:59:17 +000050source "package/gmp/Config.in"
51source "package/mpfr/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000052source "package/libtool/Config.in"
53source "package/m4/Config.in"
54source "package/mpatrol/Config.in"
55source "package/pkgconfig/Config.in"
56source "package/readline/Config.in"
57source "package/valgrind/Config.in"
58
59comment "Other stuff"
60source "package/at/Config.in"
Nigel Kukardd1143862008-04-12 09:45:49 +000061source "package/beecrypt/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000062source "package/berkeleydb/Config.in"
63source "package/bsdiff/Config.in"
Nigel Kukard08cb2512008-04-08 13:09:29 +000064if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
65source "package/bootutils/Config.in"
66endif
John Voltzb5c8c8c2008-03-06 18:40:08 +000067source "package/cups/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000068source "package/customize/Config.in"
69source "package/dash/Config.in"
Hamish Moffatt4985f592008-02-07 00:53:36 +000070source "package/file/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +000071source "package/gamin/Config.in"
72source "package/icu/Config.in"
73source "package/ipkg/Config.in"
Bernhard Reutner-Fischerb07203d2006-12-20 16:38:22 +000074source "package/kexec/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000075if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000076source "package/less/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000077endif
Ulf Samuelsson39435912007-08-06 19:41:40 +000078source "package/libdaemon/Config.in"
Eric Andersen4dcfc9d2005-02-25 03:22:54 +000079source "package/libelf/Config.in"
"Steven J. Hill"0d7b08d2007-01-14 01:04:33 +000080source "package/libevent/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000081source "package/libfloat/Config.in"
Ulf Samuelsson73f43a22007-07-17 18:14:25 +000082source "package/libgcrypt/Config.in"
83source "package/libgpg-error/Config.in"
"Steven J. Hill"1f928312007-05-07 03:58:30 +000084source "package/liblockfile/Config.in"
Eric Andersendfba3cf2005-04-26 06:26:14 +000085source "package/libsysfs/Config.in"
"Steven J. Hill"1f928312007-05-07 03:58:30 +000086source "package/lockfile-progs/Config.in"
Eric Andersenf2a47042006-06-23 06:53:28 +000087source "package/lsof/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000088source "package/ltp-testsuite/Config.in"
89source "package/ltrace/Config.in"
Eric Andersenf2a5ce42005-09-30 20:41:41 +000090source "package/ltt/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000091if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersend5b0e082005-06-09 09:46:12 +000092source "package/module-init-tools/Config.in"
93source "package/modutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000094endif
John Voltzb5c8c8c2008-03-06 18:40:08 +000095source "package/ng-spice-rework/Config.in"
Nigel Kukard9fadf8a2008-04-12 09:51:21 +000096source "package/popt/Config.in"
Mike Frysinger6a422352004-10-14 20:13:24 +000097source "package/portage/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000098if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000099source "package/procps/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000100endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000101if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Mike Frysingerbb5cb3d2005-11-19 09:39:50 +0000102source "package/psmisc/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000103endif
Nigel Kukard6fd44d62008-04-14 10:56:41 +0000104if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
105source "package/rpm/Config.in"
106endif
Peter Korsgaarddfa4f832006-09-26 16:01:07 +0000107source "package/sqlite/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000108source "package/startup-notification/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +0000109source "package/strace/Config.in"
Eric Andersen34a0c2f2006-04-11 00:27:51 +0000110source "package/sudo/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000111if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischer8eb1a772007-01-17 12:28:23 +0000112source "package/sysklogd/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000113# busybox has init and the runit stuff
Mike Frysinger9c5bb0e2005-12-13 05:01:49 +0000114source "package/sysvinit/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000115endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000116if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +0000117source "package/tinylogin/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000118endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000119if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +0000120source "package/util-linux/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000121endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000122if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Mike Frysinger52c95082004-11-11 14:28:17 +0000123source "package/which/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000124endif
Eric Andersen2d523c22004-10-09 01:06:03 +0000125
Peter Korsgaard06accdc2008-02-24 21:34:52 +0000126if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
127# busybox has an editor
128
Peter Korsgaardd47bd2d2008-03-07 10:00:04 +0000129# text editors
130source "package/editors/Config.in"
Peter Korsgaard06accdc2008-02-24 21:34:52 +0000131
132endif
133
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000134menuconfig BR2_NETWORK_SUPPORT
135 bool "Networking"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000136 default y
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000137 help
Ulf Samuelsson1a1ac772007-09-26 06:32:42 +0000138 Support for communication, networking and related packages
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000139
140if BR2_NETWORK_SUPPORT
Ulf Samuelsson1a1ac772007-09-26 06:32:42 +0000141comment "Networking applications"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000142source "package/argus/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000143source "package/avahi/Config.in"
Hamish Moffatt51114af2008-04-17 04:52:57 +0000144source "package/axel/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000145source "package/boa/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000146source "package/bind/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000147source "package/bridge-utils/Config.in"
"Steven J. Hill"1f928312007-05-07 03:58:30 +0000148source "package/curl/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000149if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
150source "package/dhcp/Config.in"
151endif
152source "package/dnsmasq/Config.in"
153source "package/dropbear/Config.in"
154source "package/ethtool/Config.in"
Bernhard Reutner-Fischer9a171e72007-01-17 12:31:15 +0000155source "package/haserl/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000156source "package/hostap/Config.in"
Ulf Samuelsson7c48a8c2007-09-05 03:40:47 +0000157source "package/irda-utils/Config.in"
Peter Korsgaard70821e32007-02-16 20:16:24 +0000158source "package/iperf/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000159source "package/iproute2/Config.in"
160source "package/ipsec-tools/Config.in"
161source "package/iptables/Config.in"
Thomas Lundquist88f918e2007-10-30 09:16:51 +0000162source "package/kismet/Config.in"
Bernhard Reutner-Fischer9e453fb2007-01-31 21:22:33 +0000163source "package/l2tp/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000164source "package/libcgi/Config.in"
165source "package/libcgicc/Config.in"
Ulf Samuelsson5fa09ee2007-11-30 12:32:33 +0000166source "package/libeXosip2/Config.in"
Ulf Samuelssonaf5347e2007-11-30 10:28:36 +0000167source "package/libosip2/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000168source "package/libpcap/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000169source "package/links/Config.in"
170source "package/lrzsz/Config.in"
Ulf Samuelsson28625ea2007-08-11 16:44:54 +0000171source "package/mdnsresponder/Config.in"
Ulf Samuelssondfaa84e2007-10-30 20:05:25 +0000172if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS || !BR2_PACKAGE_BUSYBOX_SNAPSHOT
Bernhard Reutner-Fischer4b0d5a82007-09-26 21:12:38 +0000173source "package/microcom/Config.in"
174endif
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000175source "package/mrouted/Config.in"
Bernhard Reutner-Fischered58a1f2007-09-02 20:53:38 +0000176source "package/mutt/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000177source "package/nbd/Config.in"
Peter Korsgaarda3bf0442007-05-22 11:59:22 +0000178source "package/ncftp/Config.in"
Nigel Kukard59a9c022008-04-12 09:56:15 +0000179source "package/neon/Config.in"
Bernhard Reutner-Fischerc41d4412007-01-24 17:02:45 +0000180if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
181source "package/netcat/Config.in"
182endif
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000183source "package/netkitbase/Config.in"
184source "package/netkittelnet/Config.in"
185source "package/netplug/Config.in"
186source "package/netsnmp/Config.in"
187source "package/nfs-utils/Config.in"
188source "package/ntp/Config.in"
Bernhard Reutner-Fischer4d5a30b2007-09-19 21:27:49 +0000189source "package/olsr/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000190source "package/openntpd/Config.in"
191source "package/openssh/Config.in"
192source "package/openssl/Config.in"
193source "package/openvpn/Config.in"
194source "package/openswan/Config.in"
195source "package/portmap/Config.in"
196source "package/pppd/Config.in"
Bernhard Reutner-Fischer3c4690e2007-08-24 10:43:45 +0000197source "package/rp-pppoe/Config.in"
Bernhard Reutner-Fischer879c95d2007-08-22 16:08:38 +0000198source "package/pptp-linux/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000199source "package/proftpd/Config.in"
Bernhard Reutner-Fischer1548b212007-06-28 15:55:00 +0000200source "package/quagga/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000201source "package/rsync/Config.in"
202source "package/samba/Config.in"
203source "package/socat/Config.in"
204source "package/stunnel/Config.in"
205source "package/tcpdump/Config.in"
206source "package/tftpd/Config.in"
207if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
"Steven J. Hill"7a91ec92007-07-17 00:24:13 +0000208source "package/lighttpd/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000209source "package/thttpd/Config.in"
"Steven J. Hill"7a91ec92007-07-17 00:24:13 +0000210source "package/tinyhttpd/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000211endif
212source "package/tn5250/Config.in"
213source "package/ttcp/Config.in"
Bernhard Reutner-Fischere4e8dc72007-07-02 08:58:56 +0000214#if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
"Steven J. Hill"7a91ec92007-07-17 00:24:13 +0000215# ATTENTION! This was merged into busybox!
Bernhard Reutner-Fischere4e8dc72007-07-02 08:58:56 +0000216#source "package/udhcp/Config.in"
217#endif
Jason Spence53a740f2008-03-28 02:54:42 +0000218source "package/udpcast/Config.in"
Ulf Samuelsson73f43a22007-07-17 18:14:25 +0000219source "package/vpnc/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000220source "package/vtun/Config.in"
Ulf Samuelsson0be95602008-03-30 20:40:53 +0000221source "package/webif/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000222if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
223source "package/wget/Config.in"
224endif
225source "package/wireless-tools/Config.in"
226
227endif
228
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000229menuconfig BR2_BLOCKDEV_SUPPORT
230 bool "Hardware handling / blockdevices and filesystem maintenance"
231 default y
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000232 help
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000233 Support for hardware handling and maintenance, block devices,
234 filesystem creation and maintenance.
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000235
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000236if BR2_BLOCKDEV_SUPPORT
237source "package/acpid/Config.in"
238source "package/dbus/Config.in"
239source "package/dbus-glib/Config.in"
240source "package/dm/Config.in"
241source "package/dmraid/Config.in"
242source "package/e2fsprogs/Config.in"
Peter Korsgaarda6bf6122008-02-24 21:35:01 +0000243source "package/fconfig/Config.in"
244source "package/fis/Config.in"
Ivan Kutene1498412007-11-24 16:09:25 +0000245source "package/fuse/Config.in"
Ulf Samuelsson87e9deb2007-07-28 15:30:20 +0000246source "package/gadgetfs-test/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000247source "package/hal/Config.in"
248if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
249source "package/hdparm/Config.in"
250source "package/hotplug/Config.in"
251endif
252source "package/hwdata/Config.in"
Peter Korsgaard8e4ba2b2008-04-06 19:59:21 +0000253source "package/input-tools/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000254source "package/iostat/Config.in"
Ulf Samuelssona1025ef2007-07-28 15:37:11 +0000255source "package/libaio/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000256source "package/libraw1394/Config.in"
257source "package/libusb/Config.in"
Bernhard Reutner-Fischer58c26562007-09-01 18:01:08 +0000258source "package/lm-sensors/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000259source "package/lvm2/Config.in"
260source "package/mdadm/Config.in"
261source "package/memtester/Config.in"
262source "package/mkdosfs/Config.in"
263source "package/mtd/Config.in"
Ivan Kutene1498412007-11-24 16:09:25 +0000264source "package/ntfs-3g/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000265source "package/pciutils/Config.in"
266source "package/pcmcia/Config.in"
267source "package/raidtools/Config.in"
Bernhard Reutner-Fischerb6f97352007-02-06 09:04:44 +0000268source "package/setserial/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000269if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
270# busybox has fdisk
271source "package/sfdisk/Config.in"
272endif
273source "package/smartmontools/Config.in"
274if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
275# mdev
276source "package/udev/Config.in"
277endif
278source "package/usbmount/Config.in"
279source "package/usbutils/Config.in"
280source "package/wipe/Config.in"
281source "package/xfsprogs/Config.in"
282endif
283
284menuconfig BR2_AUDIO_SUPPORT
285 bool "Audio libraries and applications"
286 default y
287 help
288 Support for audio libraries and applications
289
290if BR2_AUDIO_SUPPORT
Ulf Samuelsson620f19d2007-07-23 07:54:13 +0000291source "package/alsa-lib/Config.in"
Ulf Samuelsson05936ec2007-07-23 08:10:52 +0000292source "package/alsa-utils/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000293source "package/asterisk/Config.in"
Peter Korsgaard1c0ead42007-06-13 10:07:16 +0000294source "package/aumix/Config.in"
Peter Korsgaard8298b7d2007-05-10 09:18:35 +0000295source "package/libid3tag/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000296source "package/libmad/Config.in"
Ulf Samuelssond359c662007-10-31 06:35:06 +0000297source "package/libogg/Config.in"
Peter Korsgaardb33a6fb2007-04-24 13:43:15 +0000298source "package/libsndfile/Config.in"
Ulf Samuelsson9ede1d32007-09-12 04:58:33 +0000299source "package/libvorbis/Config.in"
Peter Korsgaardbf898042007-05-10 09:20:20 +0000300source "package/madplay/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000301source "package/mpg123/Config.in"
Ulf Samuelsson9b8a2f02007-11-29 09:43:36 +0000302source "package/speex/Config.in"
John Voltzda53e2e2008-04-03 17:13:46 +0000303source "package/festival/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000304endif
305
306menuconfig BR2_GRAPHIC_SUPPORT
307 bool "Graphic libraries and applications (graphic/text)"
308 default y
309 help
310 Support for graphic libraries, X Window system and related
311 packages, graphical toolkits, etc.
312
313if BR2_GRAPHIC_SUPPORT
314comment "text rendering libraries"
315source "package/ncurses/Config.in"
316source "package/newt/Config.in"
317source "package/slang/Config.in"
318
319comment "text rendering applications"
320source "package/dialog/Config.in"
321
322comment "graphic libraries"
323source "package/directfb/Config.in"
Ulf Samuelssondcab96b2007-08-12 18:19:45 +0000324source "package/fusion/Config.in"
Ulf Samuelssone1e3b7a2007-07-23 09:06:34 +0000325source "package/imagemagick/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000326source "package/jpeg/Config.in"
Peter Korsgaardab36f502008-04-11 11:31:40 +0000327source "package/libart/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000328source "package/libpng/Config.in"
Ulf Samuelsson260db3b2007-07-23 08:23:54 +0000329source "package/libungif/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000330source "package/sdl/Config.in"
Peter Korsgaard6be5cb72008-03-07 13:31:33 +0000331source "package/sdl_mixer/Config.in"
Ivan Kutenda6c5f92007-11-16 15:33:46 +0000332source "package/sdl_ttf/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000333source "package/tiff/Config.in"
334
Ulf Samuelssone750d9b2007-07-23 12:01:05 +0000335comment "busybox graphic applications"
336comment "--> (May be broken in busybox)"
337source "package/fbv/Config.in"
338source "package/fbset/Config.in"
339
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000340comment "other GUIs"
341source "package/qte/Config.in"
342source "package/qtopia4/Config.in"
343
Bernhard Reutner-Fischer726abd42007-01-21 12:58:51 +0000344#source "package/microwin/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000345
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000346choice
347prompt "X Window System server"
348 default BR2_PACKAGE_XSERVER_none
349 help
350 Xserver to use.
351 For more information about the X protocol see
352 http://www.x.org
Ulf Samuelsson5283c212007-08-13 20:49:58 +0000353 You may have to enable LOCALE and WCHAR to build
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000354
355config BR2_PACKAGE_XSERVER_none
356 bool "none"
Eric Andersena7e49eb2007-08-10 19:07:51 +0000357config BR2_PACKAGE_XSERVER_x11r7
358 bool "x11r7"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000359config BR2_PACKAGE_XSERVER_xorg
360 bool "xorg"
361config BR2_PACKAGE_XSERVER_tinyx
362 bool "tinyx"
363endchoice
Ulf Samuelssona9a68fa2007-08-28 23:02:52 +0000364
365config BR2_X11_PREFIX
366 string
367 default "/usr/X11R6" if BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tinyx
368 default "/usr" if !BR2_PACKAGE_XSERVER_xorg && !BR2_PACKAGE_XSERVER_tinyx
369 help
370 X11 apps root location
371
Eric Andersena7e49eb2007-08-10 19:07:51 +0000372if BR2_PACKAGE_XSERVER_x11r7
373source "package/x11r7/Config.in"
374endif
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000375if BR2_PACKAGE_XSERVER_xorg
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000376source "package/xorg/Config.in"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000377endif
378if BR2_PACKAGE_XSERVER_tinyx
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000379source "package/tinyx/Config.in"
Ulf Samuelsson1038cfa2007-08-21 01:39:29 +0000380source "package/tinyx-old/Config.in"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000381endif
382
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000383comment "X libraries and helper libraries"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000384#XXX: maybe some of these should depend on !BR2_PACKAGE_XSERVER_none
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000385source "package/atk/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000386source "package/cairo/Config.in"
387source "package/pango/Config.in"
Ulf Samuelsson784ebe72007-08-11 23:31:41 +0000388source "package/libdrm/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000389source "package/libglib12/Config.in"
390source "package/libglib2/Config.in"
391source "package/libgtk12/Config.in"
392source "package/libgtk2/Config.in"
Eric Andersen9e6af6c2007-01-25 20:55:16 +0000393source "package/gtk2-engines/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000394source "package/gtk2-themes/Config.in"
395source "package/libsexy/Config.in"
396source "package/fltk/Config.in"
397source "package/openmotif/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000398source "package/fontconfig/Config.in"
399source "package/freetype/Config.in"
Ulf Samuelssoneec58d12007-08-12 11:34:03 +0000400source "package/tslib/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000401source "package/webkit/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000402
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000403comment "X Window managers"
Ulf Samuelsson54f3d332007-08-12 11:31:06 +0000404source "package/matchbox/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000405source "package/metacity/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000406source "package/blackbox/Config.in"
407
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000408comment "X applications"
John Voltz0c368b72008-03-20 16:55:37 +0000409source "package/alsamixergui/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000410source "package/dillo/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000411source "package/docker/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000412source "package/gqview/Config.in"
413source "package/leafpad/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000414source "package/midori/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000415source "package/pcmanfm/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000416source "package/rdesktop/Config.in"
417source "package/rxvt/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000418source "package/sylpheed/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000419source "package/synergy/Config.in"
420source "package/torsmo/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000421source "package/x11vnc/Config.in"
John Voltz0c368b72008-03-20 16:55:37 +0000422source "package/xpdf/Config.in"
423source "package/xstroke/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000424source "package/xvkbd/Config.in"
Bernhard Reutner-Fischer3ec18d52007-01-17 12:03:59 +0000425
Bernhard Reutner-Fischer61a80ac2007-07-27 12:47:58 +0000426comment "Video libraries/codecs and applications"
427source "package/mplayer/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000428endif
Mike Frysinger4584c0d2005-02-10 00:45:43 +0000429
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000430menuconfig BR2_COMPRESSOR_SUPPORT
431 bool "Compressors / decompressors"
432 default y
433 help
434 Support for compressors and decompressors like lzo, lzma, bzip2
435
Bernhard Reutner-Fischer3d982372007-01-22 12:27:33 +0000436if BR2_COMPRESSOR_SUPPORT
Bernhard Reutner-Fischer570d8342007-02-16 09:32:12 +0000437if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000438source "package/gzip/Config.in"
Bernhard Reutner-Fischer570d8342007-02-16 09:32:12 +0000439endif
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000440source "package/lzo/Config.in"
441source "package/lzma/Config.in"
442source "package/zlib/Config.in"
443endif
444
445menuconfig BR2_SCRIPTING_SUPPORT
446 bool "Interpreter languages / Scripting"
447 default y
448 help
449 Support for scripting languages, interpreter languages.
450
451if BR2_SCRIPTING_SUPPORT
Ulf Samuelssonc3719df2007-11-30 01:08:36 +0000452source "package/lua/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000453source "package/microperl/Config.in"
454source "package/python/Config.in"
455source "package/ruby/Config.in"
456source "package/tcl/Config.in"
Ulf Samuelsson1b50c352007-08-07 17:47:03 +0000457source "package/php/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000458endif
459
Peter Korsgaard7cf2be42008-02-24 20:17:53 +0000460menuconfig BR2_XML_SUPPORT
461 bool "XML handling"
462 default y
463 help
464 Support for XML handling
465
466if BR2_XML_SUPPORT
467source "package/expat/Config.in"
Peter Korsgaardf1f84ce2008-02-24 20:18:00 +0000468source "package/ezxml/Config.in"
Peter Korsgaard7cf2be42008-02-24 20:17:53 +0000469source "package/libxml2/Config.in"
470source "package/libxslt/Config.in"
471source "package/xerces/Config.in"
472endif
473
Peter Korsgaard77d133d2008-03-28 10:40:45 +0000474# java support
475source "package/java/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000476
Ulf Samuelssonaf5347e2007-11-30 10:28:36 +0000477menuconfig BR2_GAMES
478 bool "Games"
479 default y
480 help
481 Support for games
482
483if BR2_GAMES
484source "package/lxdoom/Config.in"
John Voltzb5c8c8c2008-03-06 18:40:08 +0000485source "package/ace_of_penguins/Config.in"
486source "package/gnuchess/Config.in"
487source "package/xboard/Config.in"
488source "package/rubix/Config.in"
489source "package/magiccube4d/Config.in"
490source "package/vice/Config.in"
Ulf Samuelssonaf5347e2007-11-30 10:28:36 +0000491endif
492
Eric Andersen2d523c22004-10-09 01:06:03 +0000493endmenu