Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cairo: add host version | Peter Korsgaard | 2009-03-18 | 2 | -0/+88 |
| | |||||
* | freetype: add host version | Peter Korsgaard | 2009-03-18 | 1 | -0/+39 |
| | |||||
* | freetype: cleanup target install | Peter Korsgaard | 2009-03-18 | 1 | -3/+2 |
| | |||||
* | freetype: bump version | Peter Korsgaard | 2009-03-18 | 2 | -1/+1 |
| | |||||
* | freetype: get rid of ancient 2.2.1 version | Peter Korsgaard | 2009-03-18 | 3 | -100/+1 |
| | |||||
* | freetype: fixup help text indentation | Peter Korsgaard | 2009-03-18 | 1 | -2/+2 |
| | |||||
* | expat: fixup help text | Peter Korsgaard | 2009-03-18 | 1 | -2/+1 |
| | |||||
* | fontconfig: fixup help text indentation | Peter Korsgaard | 2009-03-18 | 1 | -3/+3 |
| | |||||
* | pixman: add host version | Peter Korsgaard | 2009-03-18 | 1 | -0/+40 |
| | |||||
* | pixman: fixup help text indentation | Peter Korsgaard | 2009-03-18 | 1 | -3/+2 |
| | |||||
* | atk: add host version | Peter Korsgaard | 2009-03-18 | 1 | -0/+43 |
| | |||||
* | atk: small cleanup | Peter Korsgaard | 2009-03-18 | 1 | -7/+7 |
| | |||||
* | libglib2: no longer needs glib2-dev package on host | Peter Korsgaard | 2009-03-18 | 1 | -1/+0 |
| | |||||
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 70 | -90/+52 |
| | | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target. | ||||
* | pkgconfig: use pkg-config-*-host build dir for host version | Peter Korsgaard | 2009-03-18 | 1 | -16/+18 |
| | |||||
* | pkgconfig: install into HOST_DIR | Peter Korsgaard | 2009-03-18 | 2 | -14/+13 |
| | |||||
* | package: add dbus-python | Peter Korsgaard | 2009-03-18 | 4 | -0/+64 |
| | |||||
* | alsa-lib: don't force EABI for ARM | Peter Korsgaard | 2009-03-18 | 1 | -4/+0 |
| | | | | Closes #191. | ||||
* | avahi: enable glib / gtk support if available | Peter Korsgaard | 2009-03-17 | 1 | -3/+12 |
| | |||||
* | libglib2: pkgconfig patch no longer needed as we have HOST_DIR in path | Peter Korsgaard | 2009-03-17 | 2 | -32/+0 |
| | |||||
* | dbus-glib: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | 2009-03-17 | 6 | -278/+408 |
| | | | | | This at the same times fixes the staging dir install, so stuff needing dbus-glib is able to build. | ||||
* | Makefile.autotools.in: use TARGET_PATH for compile step | Peter Korsgaard | 2009-03-17 | 1 | -1/+1 |
| | | | | | This ensures that the correct build tools are found rather than the host versions (glib-genmarshal, ..) | ||||
* | package: add HOST_DIR to target path | Peter Korsgaard | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | package: fix host path | Peter Korsgaard | 2009-03-17 | 4 | -6/+13 |
| | | | | And generate dbus introspect xml for dbus-glib. | ||||
* | dbus: add host-dbus support | Peter Korsgaard | 2009-03-16 | 1 | -0/+51 |
| | |||||
* | expat: add host-expat support | Peter Korsgaard | 2009-03-16 | 1 | -0/+40 |
| | |||||
* | package/Makefile.in: search $(HOST_DIR) for host includes / libraries | Peter Korsgaard | 2009-03-16 | 1 | -0/+5 |
| | |||||
* | expat: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-03-16 | 2 | -69/+14 |
| | |||||
* | libgtk2: small cleanup | Peter Korsgaard | 2009-03-16 | 1 | -4/+1 |
| | |||||
* | dbus: compile with X support if libX11 is available | Peter Korsgaard | 2009-03-16 | 1 | -10/+15 |
| | |||||
* | libgtk2: init script: make sure /etc/gtk-2.0 exists | Peter Korsgaard | 2009-03-16 | 1 | -0/+1 |
| | |||||
* | libglib2: build host version for build-time binaries | Peter Korsgaard | 2009-03-16 | 10 | -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 glib | Peter Korsgaard | 2009-03-16 | 1 | -1/+0 |
| | |||||
* | Makefile: introduce $(HOST_DIR) for host binaries | Peter Korsgaard | 2009-03-16 | 1 | -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 cleanup | Peter Korsgaard | 2009-03-16 | 1 | -3/+3 |
| | |||||
* | xserver-xorg: libXtst not needed | Peter Korsgaard | 2009-03-16 | 2 | -2/+1 |
| | |||||
* | xserver-xorg: set buildroot mailing list as builder addr | Peter Korsgaard | 2009-03-16 | 1 | -0/+1 |
| | |||||
* | xserver-xorg: more optional dependencies | Peter Korsgaard | 2009-03-16 | 2 | -7/+20 |
| | |||||
* | xserver-xorg: dbus is optional | Peter Korsgaard | 2009-03-16 | 2 | -2/+6 |
| | |||||
* | mpfr: bump version | Peter Korsgaard | 2009-03-16 | 1 | -2/+2 |
| | |||||
* | xorg_server: cleanup .mk | Peter Korsgaard | 2009-03-16 | 1 | -37/+30 |
| | | | | | Rearrange lines and get rid of unneeded variables. Should have no functional change. | ||||
* | qtopia4: remove selection of GPL/LPGL licenses | Peter Korsgaard | 2009-03-15 | 1 | -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 download | Peter Korsgaard | 2009-03-15 | 1 | -2/+2 |
| | | | | Thanks to Markus Heidelberg for noticing. | ||||
* | xserver: 1.5.x needs openssl (for render sha functions) | Peter Korsgaard | 2009-03-15 | 1 | -0/+1 |
| | |||||
* | openssl: strip libraries | Peter Korsgaard | 2009-03-15 | 1 | -0/+6 |
| | |||||
* | x11r7: update to 7.4 | Peter Korsgaard | 2009-03-14 | 164 | -1790/+416 |
| | | | | | | Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me. | ||||
* | metacity: fix target install with tinyx | Peter Korsgaard | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | blackbox: needs c++ support | Peter Korsgaard | 2009-03-14 | 1 | -0/+1 |
| | |||||
* | blackbox: fix build with gcc 4.3.x | Peter Korsgaard | 2009-03-13 | 1 | -0/+106 |
| | | | | Patch by Mathis <mathis_w@gmx.net>, closes #169. | ||||
* | xserver_xorg: add options for builtin fonts and aiglx | Peter Korsgaard | 2009-03-13 | 2 | -4/+30 |
| | | | | Patch by Dan Lykowski <lykowdk@gmail.com> |