blob: f21fabb8bc2f01cf39ad9b3fc469721166bdf668 [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/ed/Config.in"
15source "package/findutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000016endif
Eric Andersenf6940162004-10-09 06:13:40 +000017source "package/flex/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000018if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000019source "package/gawk/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000020endif
Eric Andersenf6940162004-10-09 06:13:40 +000021source "toolchain/gcc/Config.in.2"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000022if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000023source "package/grep/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000024endif
Eric Andersenf6940162004-10-09 06:13:40 +000025source "package/make/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000026if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000027source "package/patch/Config.in"
Eric Andersen2d523c22004-10-09 01:06:03 +000028source "package/sed/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000029source "package/tar/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000030endif
Eric Andersenf6940162004-10-09 06:13:40 +000031
Bernhard Reutner-Fischer4b0d5a82007-09-26 21:12:38 +000032#menuconfig BR2_APPLICATION_SUPPORT
33# bool "Common Applications"
34# default y
35# help
36# A set of applications, utilities and libraries for
37# text processing, toolchain generation and other things.
38
39
40#if BR2_APPLICATION_SUPPORT
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000041comment "Other development stuff"
Eric Andersenf6940162004-10-09 06:13:40 +000042source "package/autoconf/Config.in"
43source "package/automake/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000044source "package/bison/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000045source "toolchain/ccache/Config.in.2"
Bernhard Reutner-Fischer8ff8fa72007-02-06 11:22:50 +000046source "package/cvs/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000047source "package/distcc/Config.in"
Eric Andersen28151cf2006-12-12 22:16:41 +000048source "package/dmalloc/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000049source "package/fakeroot/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000050source "package/gettext/Config.in"
Bernhard Reutner-Fischerccd252b2006-11-28 16:59:17 +000051source "package/gmp/Config.in"
52source "package/mpfr/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +000053source "package/libtool/Config.in"
54source "package/m4/Config.in"
55source "package/mpatrol/Config.in"
56source "package/pkgconfig/Config.in"
57source "package/readline/Config.in"
58source "package/valgrind/Config.in"
59
60comment "Other stuff"
61source "package/at/Config.in"
62source "package/berkeleydb/Config.in"
63source "package/bsdiff/Config.in"
64source "package/customize/Config.in"
65source "package/dash/Config.in"
Hamish Moffattb5e48712008-02-07 00:51:57 +000066source "package/fconfig/Config.in"
Hamish Moffatt4985f592008-02-07 00:53:36 +000067source "package/file/Config.in"
68source "package/fis/Config.in"
Bernhard Reutner-Fischerb07203d2006-12-20 16:38:22 +000069source "package/kexec/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000070if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000071source "package/less/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000072endif
Ulf Samuelsson39435912007-08-06 19:41:40 +000073source "package/libdaemon/Config.in"
Eric Andersen4dcfc9d2005-02-25 03:22:54 +000074source "package/libelf/Config.in"
"Steven J. Hill"0d7b08d2007-01-14 01:04:33 +000075source "package/libevent/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000076source "package/libfloat/Config.in"
Ulf Samuelsson73f43a22007-07-17 18:14:25 +000077source "package/libgcrypt/Config.in"
78source "package/libgpg-error/Config.in"
"Steven J. Hill"1f928312007-05-07 03:58:30 +000079source "package/liblockfile/Config.in"
Eric Andersendfba3cf2005-04-26 06:26:14 +000080source "package/libsysfs/Config.in"
"Steven J. Hill"1f928312007-05-07 03:58:30 +000081source "package/lockfile-progs/Config.in"
Eric Andersenf2a47042006-06-23 06:53:28 +000082source "package/lsof/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +000083source "package/ltp-testsuite/Config.in"
84source "package/ltrace/Config.in"
Eric Andersenf2a5ce42005-09-30 20:41:41 +000085source "package/ltt/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000086if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersend5b0e082005-06-09 09:46:12 +000087source "package/module-init-tools/Config.in"
88source "package/modutils/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000089endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000090if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
91# busybox has an editor..
Eric Andersenf6940162004-10-09 06:13:40 +000092source "package/nano/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000093endif
Mike Frysinger6a422352004-10-14 20:13:24 +000094source "package/portage/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000095if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +000096source "package/procps/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000097endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +000098if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Mike Frysingerbb5cb3d2005-11-19 09:39:50 +000099source "package/psmisc/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000100endif
Peter Korsgaarddfa4f832006-09-26 16:01:07 +0000101source "package/sqlite/Config.in"
Eric Andersenf6940162004-10-09 06:13:40 +0000102source "package/strace/Config.in"
Eric Andersen34a0c2f2006-04-11 00:27:51 +0000103source "package/sudo/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000104if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischer8eb1a772007-01-17 12:28:23 +0000105source "package/sysklogd/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000106# busybox has init and the runit stuff
Mike Frysinger9c5bb0e2005-12-13 05:01:49 +0000107source "package/sysvinit/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000108endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000109if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Eric Andersenf6940162004-10-09 06:13:40 +0000110source "package/tinylogin/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000111endif
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000112if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000113# busybox has an editor..
Eric Andersen51c429b2006-04-06 17:45:35 +0000114source "package/uemacs/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/util-linux/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
Mike Frysinger52c95082004-11-11 14:28:17 +0000120source "package/which/Config.in"
Bernhard Reutner-Fischerd7494502007-01-17 11:48:11 +0000121endif
Eric Andersen2d523c22004-10-09 01:06:03 +0000122
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000123menuconfig BR2_NETWORK_SUPPORT
124 bool "Networking"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000125 default y
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000126 help
Ulf Samuelsson1a1ac772007-09-26 06:32:42 +0000127 Support for communication, networking and related packages
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000128
129if BR2_NETWORK_SUPPORT
Ulf Samuelsson1a1ac772007-09-26 06:32:42 +0000130comment "Networking applications"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000131source "package/argus/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000132source "package/avahi/Config.in"
133source "package/boa/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000134source "package/bind/Config.in"
135source "package/bridge/Config.in"
"Steven J. Hill"1f928312007-05-07 03:58:30 +0000136source "package/curl/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000137if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
138source "package/dhcp/Config.in"
139endif
140source "package/dnsmasq/Config.in"
141source "package/dropbear/Config.in"
142source "package/ethtool/Config.in"
Bernhard Reutner-Fischer9a171e72007-01-17 12:31:15 +0000143source "package/haserl/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000144source "package/hostap/Config.in"
Ulf Samuelsson7c48a8c2007-09-05 03:40:47 +0000145source "package/irda-utils/Config.in"
Peter Korsgaard70821e32007-02-16 20:16:24 +0000146source "package/iperf/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000147source "package/iproute2/Config.in"
148source "package/ipsec-tools/Config.in"
149source "package/iptables/Config.in"
Thomas Lundquist88f918e2007-10-30 09:16:51 +0000150source "package/kismet/Config.in"
Bernhard Reutner-Fischer9e453fb2007-01-31 21:22:33 +0000151source "package/l2tp/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000152source "package/libcgi/Config.in"
153source "package/libcgicc/Config.in"
Ulf Samuelsson5fa09ee2007-11-30 12:32:33 +0000154source "package/libeXosip2/Config.in"
Ulf Samuelssonaf5347e2007-11-30 10:28:36 +0000155source "package/libosip2/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000156source "package/libpcap/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000157source "package/links/Config.in"
158source "package/lrzsz/Config.in"
Ulf Samuelsson28625ea2007-08-11 16:44:54 +0000159source "package/mdnsresponder/Config.in"
Ulf Samuelssondfaa84e2007-10-30 20:05:25 +0000160if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS || !BR2_PACKAGE_BUSYBOX_SNAPSHOT
Bernhard Reutner-Fischer4b0d5a82007-09-26 21:12:38 +0000161source "package/microcom/Config.in"
162endif
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000163source "package/mrouted/Config.in"
Bernhard Reutner-Fischered58a1f2007-09-02 20:53:38 +0000164source "package/mutt/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000165source "package/nbd/Config.in"
Peter Korsgaarda3bf0442007-05-22 11:59:22 +0000166source "package/ncftp/Config.in"
Bernhard Reutner-Fischerc41d4412007-01-24 17:02:45 +0000167if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
168source "package/netcat/Config.in"
169endif
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000170source "package/netkitbase/Config.in"
171source "package/netkittelnet/Config.in"
172source "package/netplug/Config.in"
173source "package/netsnmp/Config.in"
174source "package/nfs-utils/Config.in"
175source "package/ntp/Config.in"
Bernhard Reutner-Fischer4d5a30b2007-09-19 21:27:49 +0000176source "package/olsr/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000177source "package/openntpd/Config.in"
178source "package/openssh/Config.in"
179source "package/openssl/Config.in"
180source "package/openvpn/Config.in"
181source "package/openswan/Config.in"
182source "package/portmap/Config.in"
183source "package/pppd/Config.in"
Bernhard Reutner-Fischer3c4690e2007-08-24 10:43:45 +0000184source "package/rp-pppoe/Config.in"
Bernhard Reutner-Fischer879c95d2007-08-22 16:08:38 +0000185source "package/pptp-linux/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000186source "package/proftpd/Config.in"
Bernhard Reutner-Fischer1548b212007-06-28 15:55:00 +0000187source "package/quagga/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000188source "package/rsync/Config.in"
189source "package/samba/Config.in"
190source "package/socat/Config.in"
191source "package/stunnel/Config.in"
192source "package/tcpdump/Config.in"
193source "package/tftpd/Config.in"
194if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
"Steven J. Hill"7a91ec92007-07-17 00:24:13 +0000195source "package/lighttpd/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000196source "package/thttpd/Config.in"
"Steven J. Hill"7a91ec92007-07-17 00:24:13 +0000197source "package/tinyhttpd/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000198endif
199source "package/tn5250/Config.in"
200source "package/ttcp/Config.in"
Bernhard Reutner-Fischere4e8dc72007-07-02 08:58:56 +0000201#if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
"Steven J. Hill"7a91ec92007-07-17 00:24:13 +0000202# ATTENTION! This was merged into busybox!
Bernhard Reutner-Fischere4e8dc72007-07-02 08:58:56 +0000203#source "package/udhcp/Config.in"
204#endif
Ulf Samuelsson73f43a22007-07-17 18:14:25 +0000205source "package/vpnc/Config.in"
Bernhard Reutner-Fischere3162a32007-01-17 12:27:27 +0000206source "package/vtun/Config.in"
207if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
208source "package/wget/Config.in"
209endif
210source "package/wireless-tools/Config.in"
211
212endif
213
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000214menuconfig BR2_BLOCKDEV_SUPPORT
215 bool "Hardware handling / blockdevices and filesystem maintenance"
216 default y
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000217 help
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000218 Support for hardware handling and maintenance, block devices,
219 filesystem creation and maintenance.
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000220
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000221if BR2_BLOCKDEV_SUPPORT
222source "package/acpid/Config.in"
223source "package/dbus/Config.in"
224source "package/dbus-glib/Config.in"
225source "package/dm/Config.in"
226source "package/dmraid/Config.in"
227source "package/e2fsprogs/Config.in"
Ivan Kutene1498412007-11-24 16:09:25 +0000228source "package/fuse/Config.in"
Ulf Samuelsson87e9deb2007-07-28 15:30:20 +0000229source "package/gadgetfs-test/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000230source "package/hal/Config.in"
231if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
232source "package/hdparm/Config.in"
233source "package/hotplug/Config.in"
234endif
235source "package/hwdata/Config.in"
236source "package/iostat/Config.in"
Ulf Samuelssona1025ef2007-07-28 15:37:11 +0000237source "package/libaio/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000238source "package/libraw1394/Config.in"
239source "package/libusb/Config.in"
Bernhard Reutner-Fischer58c26562007-09-01 18:01:08 +0000240source "package/lm-sensors/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000241source "package/lvm2/Config.in"
242source "package/mdadm/Config.in"
243source "package/memtester/Config.in"
244source "package/mkdosfs/Config.in"
245source "package/mtd/Config.in"
Ivan Kutene1498412007-11-24 16:09:25 +0000246source "package/ntfs-3g/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000247source "package/pciutils/Config.in"
248source "package/pcmcia/Config.in"
249source "package/raidtools/Config.in"
Bernhard Reutner-Fischerb6f97352007-02-06 09:04:44 +0000250source "package/setserial/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000251if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
252# busybox has fdisk
253source "package/sfdisk/Config.in"
254endif
255source "package/smartmontools/Config.in"
256if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
257# mdev
258source "package/udev/Config.in"
259endif
260source "package/usbmount/Config.in"
261source "package/usbutils/Config.in"
262source "package/wipe/Config.in"
263source "package/xfsprogs/Config.in"
264endif
265
266menuconfig BR2_AUDIO_SUPPORT
267 bool "Audio libraries and applications"
268 default y
269 help
270 Support for audio libraries and applications
271
272if BR2_AUDIO_SUPPORT
Ulf Samuelsson620f19d2007-07-23 07:54:13 +0000273source "package/alsa-lib/Config.in"
Ulf Samuelsson05936ec2007-07-23 08:10:52 +0000274source "package/alsa-utils/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000275source "package/asterisk/Config.in"
Peter Korsgaard1c0ead42007-06-13 10:07:16 +0000276source "package/aumix/Config.in"
Peter Korsgaard8298b7d2007-05-10 09:18:35 +0000277source "package/libid3tag/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000278source "package/libmad/Config.in"
Ulf Samuelssond359c662007-10-31 06:35:06 +0000279source "package/libogg/Config.in"
Peter Korsgaardb33a6fb2007-04-24 13:43:15 +0000280source "package/libsndfile/Config.in"
Ulf Samuelsson9ede1d32007-09-12 04:58:33 +0000281source "package/libvorbis/Config.in"
Peter Korsgaardbf898042007-05-10 09:20:20 +0000282source "package/madplay/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000283source "package/mpg123/Config.in"
Ulf Samuelsson9b8a2f02007-11-29 09:43:36 +0000284source "package/speex/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000285endif
286
287menuconfig BR2_GRAPHIC_SUPPORT
288 bool "Graphic libraries and applications (graphic/text)"
289 default y
290 help
291 Support for graphic libraries, X Window system and related
292 packages, graphical toolkits, etc.
293
294if BR2_GRAPHIC_SUPPORT
295comment "text rendering libraries"
296source "package/ncurses/Config.in"
297source "package/newt/Config.in"
298source "package/slang/Config.in"
299
300comment "text rendering applications"
301source "package/dialog/Config.in"
302
303comment "graphic libraries"
304source "package/directfb/Config.in"
Ulf Samuelssondcab96b2007-08-12 18:19:45 +0000305source "package/fusion/Config.in"
Ulf Samuelssone1e3b7a2007-07-23 09:06:34 +0000306source "package/imagemagick/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000307source "package/jpeg/Config.in"
308source "package/libpng/Config.in"
Ulf Samuelsson260db3b2007-07-23 08:23:54 +0000309source "package/libungif/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000310source "package/sdl/Config.in"
Ivan Kutenda6c5f92007-11-16 15:33:46 +0000311source "package/sdl_ttf/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000312source "package/tiff/Config.in"
313
Ulf Samuelssone750d9b2007-07-23 12:01:05 +0000314comment "busybox graphic applications"
315comment "--> (May be broken in busybox)"
316source "package/fbv/Config.in"
317source "package/fbset/Config.in"
318
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000319comment "other GUIs"
320source "package/qte/Config.in"
321source "package/qtopia4/Config.in"
322
Bernhard Reutner-Fischer726abd42007-01-21 12:58:51 +0000323#source "package/microwin/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000324
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000325choice
326prompt "X Window System server"
327 default BR2_PACKAGE_XSERVER_none
328 help
329 Xserver to use.
330 For more information about the X protocol see
331 http://www.x.org
Ulf Samuelsson5283c212007-08-13 20:49:58 +0000332 You may have to enable LOCALE and WCHAR to build
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000333
334config BR2_PACKAGE_XSERVER_none
335 bool "none"
Eric Andersena7e49eb2007-08-10 19:07:51 +0000336config BR2_PACKAGE_XSERVER_x11r7
337 bool "x11r7"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000338config BR2_PACKAGE_XSERVER_xorg
339 bool "xorg"
340config BR2_PACKAGE_XSERVER_tinyx
341 bool "tinyx"
342endchoice
Ulf Samuelssona9a68fa2007-08-28 23:02:52 +0000343
344config BR2_X11_PREFIX
345 string
346 default "/usr/X11R6" if BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tinyx
347 default "/usr" if !BR2_PACKAGE_XSERVER_xorg && !BR2_PACKAGE_XSERVER_tinyx
348 help
349 X11 apps root location
350
Eric Andersena7e49eb2007-08-10 19:07:51 +0000351if BR2_PACKAGE_XSERVER_x11r7
352source "package/x11r7/Config.in"
353endif
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000354if BR2_PACKAGE_XSERVER_xorg
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000355source "package/xorg/Config.in"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000356endif
357if BR2_PACKAGE_XSERVER_tinyx
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000358source "package/tinyx/Config.in"
Ulf Samuelsson1038cfa2007-08-21 01:39:29 +0000359source "package/tinyx-old/Config.in"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000360endif
361
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000362comment "X libraries and helper libraries"
Bernhard Reutner-Fischerc5757aa2007-07-24 17:48:58 +0000363#XXX: maybe some of these should depend on !BR2_PACKAGE_XSERVER_none
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000364source "package/atk/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000365source "package/cairo/Config.in"
366source "package/pango/Config.in"
Ulf Samuelsson784ebe72007-08-11 23:31:41 +0000367source "package/libdrm/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000368source "package/libglib12/Config.in"
369source "package/libglib2/Config.in"
370source "package/libgtk12/Config.in"
371source "package/libgtk2/Config.in"
Eric Andersen9e6af6c2007-01-25 20:55:16 +0000372source "package/gtk2-engines/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000373source "package/fontconfig/Config.in"
374source "package/freetype/Config.in"
Ulf Samuelssoneec58d12007-08-12 11:34:03 +0000375source "package/tslib/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000376comment "X Window managers"
Ulf Samuelsson54f3d332007-08-12 11:31:06 +0000377source "package/matchbox/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000378source "package/metacity/Config.in"
379comment "X applications"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000380source "package/dillo/Config.in"
Peter Korsgaarde2dde9c2007-01-17 13:58:01 +0000381source "package/rdesktop/Config.in"
382source "package/rxvt/Config.in"
Bernhard Reutner-Fischer3ec18d52007-01-17 12:03:59 +0000383
Bernhard Reutner-Fischer61a80ac2007-07-27 12:47:58 +0000384comment "Video libraries/codecs and applications"
385source "package/mplayer/Config.in"
Bernhard Reutner-Fischer8fd570f2007-01-17 11:34:20 +0000386endif
Mike Frysinger4584c0d2005-02-10 00:45:43 +0000387
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000388menuconfig BR2_COMPRESSOR_SUPPORT
389 bool "Compressors / decompressors"
390 default y
391 help
392 Support for compressors and decompressors like lzo, lzma, bzip2
393
Bernhard Reutner-Fischer3d982372007-01-22 12:27:33 +0000394if BR2_COMPRESSOR_SUPPORT
Bernhard Reutner-Fischer570d8342007-02-16 09:32:12 +0000395if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000396source "package/gzip/Config.in"
Bernhard Reutner-Fischer570d8342007-02-16 09:32:12 +0000397endif
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000398source "package/lzo/Config.in"
399source "package/lzma/Config.in"
400source "package/zlib/Config.in"
401endif
402
403menuconfig BR2_SCRIPTING_SUPPORT
404 bool "Interpreter languages / Scripting"
405 default y
406 help
407 Support for scripting languages, interpreter languages.
408
409if BR2_SCRIPTING_SUPPORT
Ulf Samuelssonc3719df2007-11-30 01:08:36 +0000410source "package/lua/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000411source "package/microperl/Config.in"
412source "package/python/Config.in"
413source "package/ruby/Config.in"
414source "package/tcl/Config.in"
Ulf Samuelsson1b50c352007-08-07 17:47:03 +0000415source "package/php/Config.in"
Bernhard Reutner-Fischera2fad642007-01-21 16:08:27 +0000416endif
417
Peter Korsgaard7cf2be42008-02-24 20:17:53 +0000418menuconfig BR2_XML_SUPPORT
419 bool "XML handling"
420 default y
421 help
422 Support for XML handling
423
424if BR2_XML_SUPPORT
425source "package/expat/Config.in"
426source "package/libxml2/Config.in"
427source "package/libxslt/Config.in"
428source "package/xerces/Config.in"
429endif
430
Ulf Samuelssonaf5347e2007-11-30 10:28:36 +0000431menuconfig BR2_GAMES
432 bool "Games"
433 default y
434 help
435 Support for games
436
437if BR2_GAMES
438source "package/lxdoom/Config.in"
439endif
440
Eric Andersen2d523c22004-10-09 01:06:03 +0000441endmenu