summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package/Makefile.in: search $(HOST_DIR) for host includes / librariesPeter Korsgaard2009-03-161-0/+5
|
* expat: convert to Makefile.autotools.in formatPeter Korsgaard2009-03-162-69/+14
|
* libgtk2: small cleanupPeter Korsgaard2009-03-161-4/+1
|
* dbus: compile with X support if libX11 is availablePeter Korsgaard2009-03-161-10/+15
|
* libgtk2: init script: make sure /etc/gtk-2.0 existsPeter Korsgaard2009-03-161-0/+1
|
* libglib2: build host version for build-time binariesPeter Korsgaard2009-03-1610-36/+73
| | | | | Build host version of glib in HOST_DIR and use the build-time binaries from there instead of relying on what is installed on the host.
* iptables: doesn't use glibPeter Korsgaard2009-03-161-1/+0
|
* Makefile: introduce $(HOST_DIR) for host binariesPeter Korsgaard2009-03-161-1/+3
| | | | | Add HOST_DIR directory handling. HOST_DIR should be used just like STAGING_DIR, but for host files instead of target ones.
* automake: minor cleanupPeter Korsgaard2009-03-161-3/+3
|
* xserver-xorg: libXtst not neededPeter Korsgaard2009-03-162-2/+1
|
* xserver-xorg: set buildroot mailing list as builder addrPeter Korsgaard2009-03-161-0/+1
|
* xserver-xorg: more optional dependenciesPeter Korsgaard2009-03-162-7/+20
|
* xserver-xorg: dbus is optionalPeter Korsgaard2009-03-162-2/+6
|
* mpfr: bump versionPeter Korsgaard2009-03-161-2/+2
|
* xorg_server: cleanup .mkPeter Korsgaard2009-03-161-37/+30
| | | | | Rearrange lines and get rid of unneeded variables. Should have no functional change.
* qtopia4: remove selection of GPL/LPGL licensesPeter Korsgaard2009-03-151-24/+7
| | | | | | | | | | Choosing between GPL or LGPL doesn't change the build process, so it's sufficient to have a selection for the commercial license. Also change the URLs to the licenses to the Qt web page, where the exception for the LGPL is included. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* vim: really fix patch downloadPeter Korsgaard2009-03-151-2/+2
| | | | Thanks to Markus Heidelberg for noticing.
* xserver: 1.5.x needs openssl (for render sha functions)Peter Korsgaard2009-03-151-0/+1
|
* openssl: strip librariesPeter Korsgaard2009-03-151-0/+6
|
* x11r7: update to 7.4Peter Korsgaard2009-03-14164-1790/+416
| | | | | | Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me.
* metacity: fix target install with tinyxPeter Korsgaard2009-03-141-1/+1
|
* blackbox: needs c++ supportPeter Korsgaard2009-03-141-0/+1
|
* blackbox: fix build with gcc 4.3.xPeter Korsgaard2009-03-131-0/+106
| | | | Patch by Mathis <mathis_w@gmx.net>, closes #169.
* xserver_xorg: add options for builtin fonts and aiglxPeter Korsgaard2009-03-132-4/+30
| | | | Patch by Dan Lykowski <lykowdk@gmail.com>
* avahi: enable python support if python is enabledPeter Korsgaard2009-03-131-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_DIRPeter Korsgaard2009-03-131-0/+1
| | | | This should probably be converted to Makefile.autotools.in instead.
* libgtk2: also get rid of gtk-demo executablePeter Korsgaard2009-03-121-1/+1
|
* cairo: more fine grained configutation and fix dependenciesPeter Korsgaard2009-03-123-6/+62
|
* Update Qtopia to 4.5.0, which introduces a new licensing option: LGPL. This ↵Thiago A. Corrêa2009-03-122-11/+15
| | | | will be default now.
* fontconfig: fix typo added in r25611Peter Korsgaard2009-03-111-1/+1
|
* automake: needs autoconf at configure timePeter Korsgaard2009-03-111-2/+2
|
* automake: depends on autoconf, so select itPeter Korsgaard2009-03-111-0/+1
|
* Default yes to GUI module install on Qtopia4Thiago A. Corrêa2009-03-111-0/+1
|
* Let user skip installation of the GUI module for QtopiaThiago A. Corrêa2009-03-112-0/+12
|
* dropbear: needs zlib, so select itPeter Korsgaard2009-03-111-0/+1
|
* dropbear: convert to Makefile.autotools.in formatPeter Korsgaard2009-03-111-64/+24
| | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #179.
* pango: init script: make sure /etc/pango existsPeter Korsgaard2009-03-111-0/+1
|
* fontconfig: store font cache in /var/cache/fontconfig, and not in /usr/var/..Peter Korsgaard2009-03-111-0/+1
|
* gmpc: needs gob2 installed on host, so check for itPeter Korsgaard2009-03-111-0/+7
|
* gmpc: fix build without libSMPeter Korsgaard2009-03-111-1/+6
|
* directfb: add option for linuxinput input driverPeter Korsgaard2009-03-112-0/+8
|
* busybox: bump 1.13.x versionPeter Korsgaard2009-03-1110-437/+1
|
* libgtk2: don't install demo sourcesPeter Korsgaard2009-03-111-0/+1
|
* libiconv: strip libcharset as wellPeter Korsgaard2009-03-111-0/+1
|
* avahi: fix build with libintl but without locale support in toolchainPeter Korsgaard2009-03-101-2/+3
|
* libcurl: fix configure with openssl when target == host.Peter Korsgaard2009-03-101-0/+5
|
* ipsec-tools: fix printf format string for size_t (on 64bit)Peter Korsgaard2009-03-101-0/+64
| | | | | Use %zu instead of %d for printing out size_t variables. Fixes a build issue on 64bit as ipsec-tools uses -Werror.
* wpa_supplicant: new packagePeter Korsgaard2009-03-093-0/+86
| | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.br> Closes #81.
* vim: fixup patch download location after change to DOWNLOAD macro.Peter Korsgaard2009-03-091-1/+1
| | | | Closes #161.
* sysklogd: only install init script / config file if not present in skeletonPeter Korsgaard2009-03-091-2/+6
| | | | | Allow platforms to provide a custom initscript / syslog.conf in their target_skeleton.