summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* busybox: 1.13.3 ash fixPeter Korsgaard2009-03-191-0/+43
|
* pkgconfig: make sure host compile target isn't considered out of datePeter Korsgaard2009-03-191-0/+1
|
* kernel-headers: adjust patch names for 2.6.28.8Peter Korsgaard2009-03-183-0/+0
|
* pango: use same with/without-x setting for host build as for targetPeter Korsgaard2009-03-181-1/+1
| | | | Ensures identical pango.modules contents
* pango: generate pango.modules at build time rather than run timePeter Korsgaard2009-03-182-21/+4
| | | | | | 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.
* avahi: fix python pathPeter Korsgaard2009-03-181-2/+2
|
* libgtk2: build host version, use it for build time binariesPeter Korsgaard2009-03-181-3/+52
|
* pango: add host versionPeter Korsgaard2009-03-181-0/+43
|
* cairo: remove unneeded _INSTALL_STAGING_OPT settingPeter Korsgaard2009-03-181-1/+0
|
* cairo: add host versionPeter Korsgaard2009-03-182-0/+88
|
* freetype: add host versionPeter Korsgaard2009-03-181-0/+39
|
* freetype: cleanup target installPeter Korsgaard2009-03-181-3/+2
|
* freetype: bump versionPeter Korsgaard2009-03-182-1/+1
|
* freetype: get rid of ancient 2.2.1 versionPeter Korsgaard2009-03-183-100/+1
|
* freetype: fixup help text indentationPeter Korsgaard2009-03-181-2/+2
|
* expat: fixup help textPeter Korsgaard2009-03-181-2/+1
|
* fontconfig: fixup help text indentationPeter Korsgaard2009-03-181-3/+3
|
* pixman: add host versionPeter Korsgaard2009-03-181-0/+40
|
* pixman: fixup help text indentationPeter Korsgaard2009-03-181-3/+2
|
* atk: add host versionPeter Korsgaard2009-03-181-0/+43
|
* atk: small cleanupPeter Korsgaard2009-03-181-7/+7
|
* libglib2: no longer needs glib2-dev package on hostPeter Korsgaard2009-03-181-1/+0
|
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-18100-120/+53
| | | | | | | | | | | | | 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 versionPeter Korsgaard2009-03-181-16/+18
|
* pkgconfig: install into HOST_DIRPeter Korsgaard2009-03-182-14/+13
|
* package: add dbus-pythonPeter Korsgaard2009-03-184-0/+64
|
* alsa-lib: don't force EABI for ARMPeter Korsgaard2009-03-181-4/+0
| | | | Closes #191.
* kernel-headers: bump 2.6.27.x versionPeter Korsgaard2009-03-181-1/+1
|
* avahi: enable glib / gtk support if availablePeter Korsgaard2009-03-171-3/+12
|
* libglib2: pkgconfig patch no longer needed as we have HOST_DIR in pathPeter Korsgaard2009-03-172-32/+0
|
* kernel-headers: bump 2.6.28.x versionPeter Korsgaard2009-03-171-1/+1
|
* dbus-glib: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-03-176-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 stepPeter Korsgaard2009-03-171-1/+1
| | | | | This ensures that the correct build tools are found rather than the host versions (glib-genmarshal, ..)
* package: add HOST_DIR to target pathPeter Korsgaard2009-03-171-1/+1
|
* package: fix host pathPeter Korsgaard2009-03-174-6/+13
| | | | And generate dbus introspect xml for dbus-glib.
* dbus: add host-dbus supportPeter Korsgaard2009-03-161-0/+51
|
* expat: add host-expat supportPeter Korsgaard2009-03-161-0/+40
|
* 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-163-4/+9
| | | | | 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
|