Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | pkgconfig: add pkgconfig package for target | Peter 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-18 | pkgconfig: use pkg-config-*-host build dir for host version | Peter Korsgaard | |
2009-03-18 | pkgconfig: install into HOST_DIR | Peter Korsgaard | |
2009-03-18 | package: add dbus-python | Peter Korsgaard | |
2009-03-18 | alsa-lib: don't force EABI for ARM | Peter Korsgaard | |
Closes #191. | |||
2009-03-17 | avahi: enable glib / gtk support if available | Peter Korsgaard | |
2009-03-17 | libglib2: pkgconfig patch no longer needed as we have HOST_DIR in path | Peter Korsgaard | |
2009-03-17 | dbus-glib: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | |
This at the same times fixes the staging dir install, so stuff needing dbus-glib is able to build. | |||
2009-03-17 | Makefile.autotools.in: use TARGET_PATH for compile step | Peter Korsgaard | |
This ensures that the correct build tools are found rather than the host versions (glib-genmarshal, ..) | |||
2009-03-17 | package: add HOST_DIR to target path | Peter Korsgaard | |
2009-03-17 | package: fix host path | Peter Korsgaard | |
And generate dbus introspect xml for dbus-glib. | |||
2009-03-16 | dbus: add host-dbus support | Peter Korsgaard | |
2009-03-16 | expat: add host-expat support | Peter Korsgaard | |
2009-03-16 | package/Makefile.in: search $(HOST_DIR) for host includes / libraries | Peter Korsgaard | |
2009-03-16 | expat: convert to Makefile.autotools.in format | Peter Korsgaard | |
2009-03-16 | libgtk2: small cleanup | Peter Korsgaard | |
2009-03-16 | dbus: compile with X support if libX11 is available | Peter Korsgaard | |
2009-03-16 | libgtk2: init script: make sure /etc/gtk-2.0 exists | Peter Korsgaard | |
2009-03-16 | libglib2: build host version for build-time binaries | Peter 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-16 | iptables: doesn't use glib | Peter Korsgaard | |
2009-03-16 | Makefile: introduce $(HOST_DIR) for host binaries | Peter 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-16 | automake: minor cleanup | Peter Korsgaard | |
2009-03-16 | xserver-xorg: libXtst not needed | Peter Korsgaard | |
2009-03-16 | xserver-xorg: set buildroot mailing list as builder addr | Peter Korsgaard | |
2009-03-16 | xserver-xorg: more optional dependencies | Peter Korsgaard | |
2009-03-16 | xserver-xorg: dbus is optional | Peter Korsgaard | |
2009-03-16 | mpfr: bump version | Peter Korsgaard | |
2009-03-16 | xorg_server: cleanup .mk | Peter Korsgaard | |
Rearrange lines and get rid of unneeded variables. Should have no functional change. | |||
2009-03-15 | qtopia4: remove selection of GPL/LPGL licenses | Peter 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-15 | vim: really fix patch download | Peter Korsgaard | |
Thanks to Markus Heidelberg for noticing. | |||
2009-03-15 | xserver: 1.5.x needs openssl (for render sha functions) | Peter Korsgaard | |
2009-03-15 | openssl: strip libraries | Peter Korsgaard | |
2009-03-14 | x11r7: update to 7.4 | Peter Korsgaard | |
Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me. | |||
2009-03-14 | metacity: fix target install with tinyx | Peter Korsgaard | |
2009-03-14 | blackbox: needs c++ support | Peter Korsgaard | |
2009-03-13 | blackbox: fix build with gcc 4.3.x | Peter Korsgaard | |
Patch by Mathis <mathis_w@gmx.net>, closes #169. | |||
2009-03-13 | xserver_xorg: add options for builtin fonts and aiglx | Peter Korsgaard | |
Patch by Dan Lykowski <lykowdk@gmail.com> | |||
2009-03-13 | avahi: enable python support if python is enabled | Peter 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-13 | dbus-glib: install pkgconfig file to STAGING_DIR | Peter Korsgaard | |
This should probably be converted to Makefile.autotools.in instead. | |||
2009-03-12 | libgtk2: also get rid of gtk-demo executable | Peter Korsgaard | |
2009-03-12 | cairo: more fine grained configutation and fix dependencies | Peter Korsgaard | |
2009-03-12 | Update Qtopia to 4.5.0, which introduces a new licensing option: LGPL. This ↵ | Thiago A. Corrêa | |
will be default now. | |||
2009-03-11 | fontconfig: fix typo added in r25611 | Peter Korsgaard | |
2009-03-11 | automake: needs autoconf at configure time | Peter Korsgaard | |
2009-03-11 | automake: depends on autoconf, so select it | Peter Korsgaard | |
2009-03-11 | Default yes to GUI module install on Qtopia4 | Thiago A. Corrêa | |
2009-03-11 | Let user skip installation of the GUI module for Qtopia | Thiago A. Corrêa | |
2009-03-11 | dropbear: needs zlib, so select it | Peter Korsgaard | |
2009-03-11 | dropbear: convert to Makefile.autotools.in format | Peter Korsgaard | |
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #179. | |||
2009-03-11 | pango: init script: make sure /etc/pango exists | Peter Korsgaard | |