Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xserver_xorg: add options for builtin fonts and aiglx | Peter Korsgaard | 2009-03-13 | 2 | -4/+30 |
| | | | | Patch by Dan Lykowski <lykowdk@gmail.com> | ||||
* | avahi: enable python support if python is enabled | Peter Korsgaard | 2009-03-13 | 1 | -1/+15 |
| | | | | | | Not particular useful until we add dbus-python (which depends on a fixed up dbus-glib, which in turn depends on us starting to compile glib/dbus/dbus-glib for the host as well) - But that's for another day. | ||||
* | dbus-glib: install pkgconfig file to STAGING_DIR | Peter Korsgaard | 2009-03-13 | 1 | -0/+1 |
| | | | | This should probably be converted to Makefile.autotools.in instead. | ||||
* | Fix build (dependency) with custom patch option | Thiago A. Corrêa | 2009-03-13 | 1 | -1/+1 |
| | |||||
* | uClibc: additional 0.9.30.1 patches | Peter Korsgaard | 2009-03-12 | 2 | -22/+822 |
| | | | | From Bernhard's tree. | ||||
* | libgtk2: also get rid of gtk-demo executable | Peter Korsgaard | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | cairo: more fine grained configutation and fix dependencies | Peter Korsgaard | 2009-03-12 | 3 | -6/+62 |
| | |||||
* | Update Qtopia to 4.5.0, which introduces a new licensing option: LGPL. This ↵ | Thiago A. Corrêa | 2009-03-12 | 2 | -11/+15 |
| | | | | will be default now. | ||||
* | fontconfig: fix typo added in r25611 | Peter Korsgaard | 2009-03-11 | 1 | -1/+1 |
| | |||||
* | automake: needs autoconf at configure time | Peter Korsgaard | 2009-03-11 | 1 | -2/+2 |
| | |||||
* | automake: depends on autoconf, so select it | Peter Korsgaard | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | Default yes to GUI module install on Qtopia4 | Thiago A. Corrêa | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | Revert wrongly commited files (u-boot changes) from -r25617 | Thiago A. Corrêa | 2009-03-11 | 2 | -10/+24 |
| | |||||
* | Let user skip installation of the GUI module for Qtopia | Thiago A. Corrêa | 2009-03-11 | 4 | -24/+22 |
| | |||||
* | dropbear: needs zlib, so select it | Peter Korsgaard | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | dropbear: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-03-11 | 1 | -64/+24 |
| | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #179. | ||||
* | pango: init script: make sure /etc/pango exists | Peter Korsgaard | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | fontconfig: store font cache in /var/cache/fontconfig, and not in /usr/var/.. | Peter Korsgaard | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | gmpc: needs gob2 installed on host, so check for it | Peter Korsgaard | 2009-03-11 | 1 | -0/+7 |
| | |||||
* | gmpc: fix build without libSM | Peter Korsgaard | 2009-03-11 | 1 | -1/+6 |
| | |||||
* | directfb: add option for linuxinput input driver | Peter Korsgaard | 2009-03-11 | 2 | -0/+8 |
| | |||||
* | busybox: bump 1.13.x version | Peter Korsgaard | 2009-03-11 | 10 | -437/+1 |
| | |||||
* | libgtk2: don't install demo sources | Peter Korsgaard | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | libiconv: strip libcharset as well | Peter Korsgaard | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | avahi: fix build with libintl but without locale support in toolchain | Peter Korsgaard | 2009-03-10 | 1 | -2/+3 |
| | |||||
* | gcc: 4.3.x fix for PR 32044. | Peter Korsgaard | 2009-03-10 | 3 | -0/+579 |
| | | | | Patch by Daniel Mack <daniel@caiaq.de> | ||||
* | libcurl: fix configure with openssl when target == host. | Peter Korsgaard | 2009-03-10 | 1 | -0/+5 |
| | |||||
* | ipsec-tools: fix printf format string for size_t (on 64bit) | Peter Korsgaard | 2009-03-10 | 1 | -0/+64 |
| | | | | | Use %zu instead of %d for printing out size_t variables. Fixes a build issue on 64bit as ipsec-tools uses -Werror. | ||||
* | uClibc: strtouq fix for 64bit | Peter Korsgaard | 2009-03-10 | 2 | -0/+96 |
| | |||||
* | wpa_supplicant: new package | Peter Korsgaard | 2009-03-09 | 3 | -0/+86 |
| | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.br> Closes #81. | ||||
* | vim: fixup patch download location after change to DOWNLOAD macro. | Peter Korsgaard | 2009-03-09 | 1 | -1/+1 |
| | | | | Closes #161. | ||||
* | sysklogd: only install init script / config file if not present in skeleton | Peter Korsgaard | 2009-03-09 | 1 | -2/+6 |
| | | | | | Allow platforms to provide a custom initscript / syslog.conf in their target_skeleton. | ||||
* | pciutils: fix HOST detection | Peter Korsgaard | 2009-03-09 | 1 | -0/+1 |
| | |||||
* | libglib2: bump version | Peter Korsgaard | 2009-03-09 | 1 | -2/+3 |
| | | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #37. | ||||
* | e2fsprogs: install into staging so other stuff can find the libs/includes | Peter Korsgaard | 2009-03-09 | 1 | -2/+8 |
| | | | | And explicitly install the libuuid headers. Needed for the gupnp stuff in #35. | ||||
* | e2fsprogs: needs LARGEFILE | Peter Korsgaard | 2009-03-09 | 1 | -0/+3 |
| | |||||
* | logrotate: fix logrotate.conf check | Peter Korsgaard | 2009-03-07 | 1 | -2/+2 |
| | | | | Thanks to Hiroshi Shinji for noticing. | ||||
* | binutils: undeprecate 2.18 for avr32 | Peter Korsgaard | 2009-03-07 | 1 | -1/+1 |
| | | | | | As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as deprecated yet. | ||||
* | avahi: bump version | Peter Korsgaard | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | avahi: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-03-05 | 5 | -190/+45 |
| | |||||
* | php: touch post-install stamp file | Peter Korsgaard | 2009-03-05 | 1 | -0/+1 |
| | |||||
* | bind: touch post-install stamp file | Peter Korsgaard | 2009-03-05 | 1 | -0/+1 |
| | |||||
* | xerces: bump version | Peter Korsgaard | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | xerces: needs C++ support in toolchain | Peter Korsgaard | 2009-03-05 | 1 | -0/+4 |
| | |||||
* | logrotate: only install logrotate.conf if not present in target_skeleton | Peter Korsgaard | 2009-03-05 | 1 | -1/+3 |
| | | | | Allow platforms to provide a custom logrotate.conf in their target_skeleton. | ||||
* | logrotate: fix patch-kernel.sh invocation | Peter Korsgaard | 2009-03-05 | 1 | -1/+1 |
| | | | | Thanks to Bernhard for noticing. | ||||
* | logrotate: fix build with external toolchain | Peter Korsgaard | 2009-03-05 | 1 | -2/+2 |
| | |||||
* | qtopia4: remove invalid PTHREADS_NATIVE dependency | Peter Korsgaard | 2009-03-05 | 1 | -3/+2 |
| | |||||
* | sysklogd: fix build | Peter Korsgaard | 2009-03-05 | 3 | -3/+22 |
| | |||||
* | package: convert some Config.in selects to depends | Peter Korsgaard | 2009-03-05 | 4 | -6/+15 |
| | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options. |