summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 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-1870-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 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.
* 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
|
* 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-161-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 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
|
* mpfr: bump versionPeter Korsgaard2009-03-161-2/+2
|
* xorg_server: cleanup .mkPeter Korsgaard2009-03-161-37/+30
| | | | | Rearrange lines and get rid of unneeded variables. Should have no functional change.
* qtopia4: remove selection of GPL/LPGL licensesPeter Korsgaard2009-03-151-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 downloadPeter Korsgaard2009-03-151-2/+2
| | | | Thanks to Markus Heidelberg for noticing.
* xserver: 1.5.x needs openssl (for render sha functions)Peter Korsgaard2009-03-151-0/+1
|
* openssl: strip librariesPeter Korsgaard2009-03-151-0/+6
|
* x11r7: update to 7.4Peter Korsgaard2009-03-14164-1790/+416
| | | | | | Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181. Minor fixups for kdrive by me.
* metacity: fix target install with tinyxPeter Korsgaard2009-03-141-1/+1
|
* blackbox: needs c++ supportPeter Korsgaard2009-03-141-0/+1
|
* blackbox: fix build with gcc 4.3.xPeter Korsgaard2009-03-131-0/+106
| | | | Patch by Mathis <mathis_w@gmx.net>, closes #169.