summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-03-18pango: use same with/without-x setting for host build as for targetPeter Korsgaard
Ensures identical pango.modules contents
2009-03-18pango: generate pango.modules at build time rather than run timePeter Korsgaard
Generate pango.modules using the host tools instead of setting up an init script to do it at run time. Also apply patches to host build to get identical pango.modules file.
2009-03-18avahi: fix python pathPeter Korsgaard
2009-03-18libgtk2: build host version, use it for build time binariesPeter Korsgaard
2009-03-18pango: add host versionPeter Korsgaard
2009-03-18cairo: remove unneeded _INSTALL_STAGING_OPT settingPeter Korsgaard
2009-03-18cairo: add host versionPeter Korsgaard
2009-03-18freetype: add host versionPeter Korsgaard
2009-03-18freetype: cleanup target installPeter Korsgaard
2009-03-18freetype: bump versionPeter Korsgaard
2009-03-18freetype: get rid of ancient 2.2.1 versionPeter Korsgaard
2009-03-18freetype: fixup help text indentationPeter Korsgaard
2009-03-18expat: fixup help textPeter Korsgaard
2009-03-18fontconfig: fixup help text indentationPeter Korsgaard
2009-03-18pixman: add host versionPeter Korsgaard
2009-03-18pixman: fixup help text indentationPeter Korsgaard
2009-03-18atk: add host versionPeter Korsgaard
2009-03-18atk: small cleanupPeter Korsgaard
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-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-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-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