summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-18libglib2: no longer needs glib2-dev package on hostPeter Korsgaard
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
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.
2009-03-18pkgconfig: use pkg-config-*-host build dir for host versionPeter Korsgaard
2009-03-18pkgconfig: install into HOST_DIRPeter Korsgaard
2009-03-18package: add dbus-pythonPeter Korsgaard
2009-03-18alsa-lib: don't force EABI for ARMPeter Korsgaard
Closes #191.
2009-03-18kernel-headers: bump 2.6.27.x versionPeter Korsgaard
2009-03-17avahi: enable glib / gtk support if availablePeter Korsgaard
2009-03-17libglib2: pkgconfig patch no longer needed as we have HOST_DIR in pathPeter Korsgaard
2009-03-17kernel-headers: bump 2.6.28.x versionPeter Korsgaard
2009-03-17dbus-glib: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
This at the same times fixes the staging dir install, so stuff needing dbus-glib is able to build.
2009-03-17Makefile.autotools.in: use TARGET_PATH for compile stepPeter Korsgaard
This ensures that the correct build tools are found rather than the host versions (glib-genmarshal, ..)
2009-03-17package: add HOST_DIR to target pathPeter Korsgaard
2009-03-17package: fix host pathPeter Korsgaard
And generate dbus introspect xml for dbus-glib.
2009-03-16dbus: add host-dbus supportPeter Korsgaard
2009-03-16expat: add host-expat supportPeter Korsgaard
2009-03-16package/Makefile.in: search $(HOST_DIR) for host includes / librariesPeter Korsgaard
2009-03-16expat: convert to Makefile.autotools.in formatPeter Korsgaard
2009-03-16libgtk2: small cleanupPeter Korsgaard
2009-03-16dbus: compile with X support if libX11 is availablePeter Korsgaard
2009-03-16libgtk2: init script: make sure /etc/gtk-2.0 existsPeter Korsgaard
2009-03-16libglib2: build host version for build-time binariesPeter Korsgaard
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.
2009-03-16iptables: doesn't use glibPeter Korsgaard
2009-03-16Makefile: introduce $(HOST_DIR) for host binariesPeter Korsgaard
Add HOST_DIR directory handling. HOST_DIR should be used just like STAGING_DIR, but for host files instead of target ones.
2009-03-16automake: minor cleanupPeter Korsgaard
2009-03-16xserver-xorg: libXtst not neededPeter Korsgaard
2009-03-16xserver-xorg: set buildroot mailing list as builder addrPeter Korsgaard
2009-03-16xserver-xorg: more optional dependenciesPeter Korsgaard
2009-03-16xserver-xorg: dbus is optionalPeter Korsgaard
2009-03-16mpfr: bump versionPeter Korsgaard
2009-03-16xorg_server: cleanup .mkPeter Korsgaard
Rearrange lines and get rid of unneeded variables. Should have no functional change.
2009-03-16Fix dependency for custom patches when custom patch is empty.Thiago A. Corrêa
2009-03-15qtopia4: remove selection of GPL/LPGL licensesPeter Korsgaard
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>
2009-03-15vim: really fix patch downloadPeter Korsgaard
Thanks to Markus Heidelberg for noticing.
2009-03-15xserver: 1.5.x needs openssl (for render sha functions)Peter Korsgaard
2009-03-15openssl: strip librariesPeter Korsgaard
2009-03-14x11r7: update to 7.4Peter Korsgaard
Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me.
2009-03-14metacity: fix target install with tinyxPeter Korsgaard
2009-03-14blackbox: needs c++ supportPeter Korsgaard
2009-03-13blackbox: fix build with gcc 4.3.xPeter Korsgaard
Patch by Mathis <mathis_w@gmx.net>, closes #169.
2009-03-13xserver_xorg: add options for builtin fonts and aiglxPeter Korsgaard
Patch by Dan Lykowski <lykowdk@gmail.com>
2009-03-13avahi: enable python support if python is enabledPeter Korsgaard
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.
2009-03-13dbus-glib: install pkgconfig file to STAGING_DIRPeter Korsgaard
This should probably be converted to Makefile.autotools.in instead.
2009-03-13Fix build (dependency) with custom patch optionThiago A. Corrêa
2009-03-12uClibc: additional 0.9.30.1 patchesPeter Korsgaard
From Bernhard's tree.
2009-03-12libgtk2: also get rid of gtk-demo executablePeter Korsgaard
2009-03-12cairo: more fine grained configutation and fix dependenciesPeter Korsgaard
2009-03-12Update Qtopia to 4.5.0, which introduces a new licensing option: LGPL. This ↵Thiago A. Corrêa
will be default now.
2009-03-11fontconfig: fix typo added in r25611Peter Korsgaard
2009-03-11automake: needs autoconf at configure timePeter Korsgaard