summaryrefslogtreecommitdiffstats
path: root/package/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* package: add libconfig packagePeter Korsgaard2008-09-011-0/+1
|
* games: Move all games into games subdirDaniel Laird2008-08-291-15/+2
| | | | | | | | | | Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird
* gtkperf: Adding gtkperf packageDaniel Laird2008-08-271-0/+1
| | | | | Allows some benchmarking of GTK on different targets.
* fbdump: Add new package fbdump.Daniel Laird2008-08-271-0/+1
| | | | | | | fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported.
* Move pixman from package/x11r7/pixman to package/pixmanDaniel Laird2008-08-261-0/+1
| | | | | | | | | Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird
* Adds support for building LiTE - see DirectFB.orgDaniel Laird2008-08-261-0/+1
| | | | | | | Will close bug 0003974 Daniel Laird
* xorg: depend on WCHAR and LOCALEPeter Korsgaard2008-08-221-0/+4
| | | | | | | | | | | Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless this is enabled in the toolchain. We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE because of a strange recursion error with dbus, but now we atleast inform the user what to do to get a working configuration. The real solution is ofcause of fix xorg, but that's for another day.
* package: don't hide xorg/tinyx selectionPeter Korsgaard2008-08-221-2/+0
| | | | | Hiding xorg/tinyx selections until the user unselects "none" seems quite unintuitive.
* package: add package managers sub menuPeter Korsgaard2008-08-041-3/+14
|
* package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotationsPeter Korsgaard2008-08-041-11/+1
|
* dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERSPeter Korsgaard2008-08-041-0/+2
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* vsftp: enable and fix linkingPeter Korsgaard2008-07-221-0/+1
| | | | | | | Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing.
* package: sdl_image packagePeter Korsgaard2008-07-171-0/+1
| | | | Based on patch by artemys. Closes #4194
* gperf: move under "other development stuff"Peter Korsgaard2008-07-101-1/+1
|
* Add gperf, perfect hash generatorUlf Samuelsson2008-07-091-0/+1
|
* sqlite: move under database submenuPeter Korsgaard2008-07-081-1/+0
|
* [0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵Ulf Samuelsson2008-07-051-1/+3
| | | | for lighttpd config
* Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)Thiago A. Corrêa2008-07-041-0/+3
|
* packages: fix xorg to compile modular and tiny versionsPeter Korsgaard2008-06-301-20/+4
| | | | Based on googlecode r558 by John Voltz.
* Added mii-diag packageHamish Moffatt2008-06-261-0/+1
|
* BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happyPeter Korsgaard2008-06-241-2/+2
| | | | | | It seems like kconfig nowadays don't like paranthesises is comments. Reported by Harley.
* package/i2c-tools: I2C tools packagePeter Korsgaard2008-06-241-0/+1
| | | | | | | | This package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level access helpers, EEPROM decoding scripts, and more. Based on patch by Michel (BusError).
* Added database menu to config (maybe move the other databases under it to ↵Arnar Mar Sigurðsson2008-06-011-0/+2
| | | | | | remove the mess from the main package menu) Added mysql 5.1 client package, can be used to provide mysql support for PHP. Note: This package has only been tested on AVR32.
* package: ifplugd packagePeter Korsgaard2008-05-311-0/+1
|
* * Added screenNigel Kukard2008-05-011-0/+1
| | | | The cross compile fix is unavoidable
* add libiconv and framework for vlcJohn Voltz2008-04-241-0/+2
|
* add pcreJohn Voltz2008-04-241-0/+1
|
* add oprofileJohn Voltz2008-04-241-0/+1
|
* blockdev: sort entries alphabeticallyPeter Korsgaard2008-04-191-1/+1
|
* buildroot: devmem2 packagePeter Korsgaard2008-04-181-0/+1
|
* Added package for axel download acceleratorHamish Moffatt2008-04-171-0/+1
|
* * Added rpmNigel Kukard2008-04-141-0/+3
|
* * Added neonNigel Kukard2008-04-121-0/+1
|
* * Added poptNigel Kukard2008-04-121-0/+1
|
* * Added beecryptNigel Kukard2008-04-121-0/+1
|
* * Remove libbeecrypt, I'll add beecrypt-with-autotools shortlyNigel Kukard2008-04-121-1/+0
|
* buildroot: add libart packagePeter Korsgaard2008-04-111-0/+1
|
* * Added libbeecrypt (requirement for rpm5)Nigel Kukard2008-04-091-0/+1
|
* * Added bootutilsNigel Kukard2008-04-081-0/+3
|
* buildroot: add input-tools package (evtest, inputattach, jscal, jstest)Peter Korsgaard2008-04-061-0/+1
|
* add festival speech synthesis package from University of EdinburghJohn Voltz2008-04-031-0/+1
|
* Add webif packageUlf Samuelsson2008-03-301-0/+1
|
* package: move java packages to package/java sub directoryPeter Korsgaard2008-03-281-11/+2
|
* packages: enable java submenu per default like the other submenusPeter Korsgaard2008-03-281-1/+1
|
* Added udpcast package.Jason Spence2008-03-281-0/+1
|
* add alsamixergui and docker packagesJohn Voltz2008-03-201-7/+9
|
* buildroot: SDL_mixer packagePeter Korsgaard2008-03-071-0/+1
| | | | Based on patch from Hebbar.
* buildroot: move editors under package/editors and merge menusPeter Korsgaard2008-03-071-13/+2
| | | | Based on patch by Arnar Mar Sig.
* updated config.in with all the new swagJohn Voltz2008-03-061-1/+46
|