Peter Korsgaard
20561ef343
m4: provide download target (missing from r25810)
2009-03-26 19:21:02 +00:00
Thomas Petazzoni
2cddfd259f
/usr/share/aclocal is now in $(HOST_DIR) and not $(STAGING_DIR).
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-03-26 16:55:21 +00:00
Peter Korsgaard
4be3c6e829
util-linux: fix download URL
2009-03-26 09:29:09 +00:00
Peter Korsgaard
6c79a9615c
wpa_supplicant: bump version
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #213 .
2009-03-25 14:21:49 +00:00
Peter Korsgaard
a91177bf43
pango: host build needs automake/autoconf
2009-03-24 16:58:49 +00:00
Peter Korsgaard
91149af9f3
package: provide download target for host packages
2009-03-24 10:58:04 +00:00
Peter Korsgaard
ed6b7a111a
busybox: 1.13.3 hush fix
2009-03-24 08:51:57 +00:00
Peter Korsgaard
ed4a22b4f5
libtool: cleanup
...
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23 21:46:51 +00:00
Peter Korsgaard
3467cf7305
m4: cleanup
...
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23 21:46:47 +00:00
Peter Korsgaard
a870e46762
autoconf: cleanup
...
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23 21:46:43 +00:00
Peter Korsgaard
f7b3146144
automake: cleanup
...
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23 21:46:37 +00:00
Peter Korsgaard
bae2f9fc12
pkgconfig: really use make install for BR2_ENABLE_DEBUG
2009-03-23 21:46:32 +00:00
Peter Korsgaard
f91a64d224
package: auto* needs perl
2009-03-23 21:45:52 +00:00
Peter Korsgaard
7b780f3447
xorg: needs LARGEFILE support
...
For mesa3d/libpciaccess
2009-03-23 12:50:10 +00:00
Peter Korsgaard
a5eae2a83e
mesa3d: sync kconfig deps with makefile
2009-03-23 12:50:05 +00:00
Peter Korsgaard
cc8ea5e551
libpciaccess: needs large file support
2009-03-23 11:40:10 +00:00
Peter Korsgaard
073db18bac
dbus: fix for read-only rootfs
...
Similar to how it's handled by avahi - Make sure /var/lib/dbus is a
symlink to /tmp/dbus.
2009-03-23 09:44:07 +00:00
Peter Korsgaard
c3285dcd21
dbus: put local state files in /var and not /usr/var
...
For read only rootfs'es - Like it used to be.
2009-03-20 07:47:29 +00:00
Peter Korsgaard
584eb85c7f
dbus: fix host build
...
Hunk missing from r25755.
2009-03-19 11:44:56 +00:00
Peter Korsgaard
90ac14b2a0
avahi: gtk support needs libglade as well
2009-03-19 11:41:05 +00:00
Peter Korsgaard
1d269dea1d
pango: fix host build
...
pango likes to rerun it's configure script at make time, and it then
fails to find the correct pkg-config files (it finds the ones ins
STAGING_DIR) causing problems if they are not compatible.
Fix it by setting PKG_CONFIG_PATH in it's make environment.
2009-03-19 11:07:10 +00:00
Peter Korsgaard
e7b38c71ce
package: add STAMP_DIR and use for host builds
...
Move stamp (dependency) files outside the (version specific) source
directories, so other packages can hardcode dependencies on them instead
of having to use <PACKAGE>_VERSION variables.
This is important as the variables in the make rules are evaluated when
the rules is seen, which might be before the dependent makefile is parsed
(and hence <PACKAGE>_VERSION variable is known, screwing up stuff.
The downside of this is that the package isn't automatically rebuilt
when the version changes (E.G. by a svn update) and you now also have to
remove the stamp files next to $(BUILD_DIR)/<PACKAGE>-* to force a rebuild.
2009-03-19 11:06:47 +00:00
Peter Korsgaard
f58ff9a25f
liboil: don't build examples
...
Add patch missing from r25053.
2009-03-19 08:34:23 +00:00
Peter Korsgaard
849c45648d
pkg-config: rename pkgconfig to pkg-config
...
This matches upstream tarball, doesn't screw up existing .config's with
BR2_PACKAGE_PKGCONFIG and makes sure the patch gets applied for target
compilation.
2009-03-19 08:30:20 +00:00
Peter Korsgaard
27fb8ed49d
busybox: 1.13.3 ash fix
2009-03-19 08:29:55 +00:00
Peter Korsgaard
e40b41f4d9
pkgconfig: make sure host compile target isn't considered out of date
2009-03-19 08:29:42 +00:00
Peter Korsgaard
beacda6e73
pango: use same with/without-x setting for host build as for target
...
Ensures identical pango.modules contents
2009-03-18 22:39:15 +00:00
Peter Korsgaard
dc69684e58
pango: generate pango.modules at build time rather than run time
...
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-18 22:39:09 +00:00
Peter Korsgaard
d20a2eb972
avahi: fix python path
2009-03-18 22:39:03 +00:00
Peter Korsgaard
99334cde2b
libgtk2: build host version, use it for build time binaries
2009-03-18 21:22:17 +00:00
Peter Korsgaard
689c10faea
pango: add host version
2009-03-18 21:22:13 +00:00
Peter Korsgaard
aefadc18d9
cairo: remove unneeded _INSTALL_STAGING_OPT setting
2009-03-18 21:22:08 +00:00
Peter Korsgaard
dd4faf6f6f
cairo: add host version
2009-03-18 21:22:04 +00:00
Peter Korsgaard
33552590d5
freetype: add host version
2009-03-18 21:22:00 +00:00
Peter Korsgaard
0296059112
freetype: cleanup target install
2009-03-18 21:21:56 +00:00
Peter Korsgaard
ff2df71398
freetype: bump version
2009-03-18 21:21:52 +00:00
Peter Korsgaard
eb84b8ba87
freetype: get rid of ancient 2.2.1 version
2009-03-18 21:21:48 +00:00
Peter Korsgaard
d673d13bfa
freetype: fixup help text indentation
2009-03-18 21:21:44 +00:00
Peter Korsgaard
13c68ecb58
expat: fixup help text
2009-03-18 21:21:39 +00:00
Peter Korsgaard
9e8fa29da9
fontconfig: fixup help text indentation
2009-03-18 21:21:34 +00:00
Peter Korsgaard
5ff46e5dca
pixman: add host version
2009-03-18 21:21:27 +00:00
Peter Korsgaard
cb4ca456a2
pixman: fixup help text indentation
2009-03-18 21:21:14 +00:00
Peter Korsgaard
991f304207
atk: add host version
2009-03-18 21:21:06 +00:00
Peter Korsgaard
b1d451b13c
atk: small cleanup
2009-03-18 21:20:22 +00:00
Peter Korsgaard
58703982e7
libglib2: no longer needs glib2-dev package on host
2009-03-18 19:19:18 +00:00
Peter Korsgaard
77754571b2
pkgconfig: add pkgconfig package for target
...
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 19:19:10 +00:00
Peter Korsgaard
344d59d788
pkgconfig: use pkg-config-*-host build dir for host version
2009-03-18 19:18:45 +00:00
Peter Korsgaard
b451015203
pkgconfig: install into HOST_DIR
2009-03-18 19:18:40 +00:00
Peter Korsgaard
396480b41d
package: add dbus-python
2009-03-18 11:27:49 +00:00
Peter Korsgaard
2f575f43ec
alsa-lib: don't force EABI for ARM
...
Closes #191 .
2009-03-18 11:27:37 +00:00
Peter Korsgaard
4801198ae7
avahi: enable glib / gtk support if available
2009-03-17 14:44:20 +00:00
Peter Korsgaard
44d929f9ac
libglib2: pkgconfig patch no longer needed as we have HOST_DIR in path
2009-03-17 13:49:12 +00:00
Peter Korsgaard
5aa20b3913
dbus-glib: bump version and convert to Makefile.autotools.in format
...
This at the same times fixes the staging dir install, so stuff needing
dbus-glib is able to build.
2009-03-17 13:48:47 +00:00
Peter Korsgaard
23e2e52df7
Makefile.autotools.in: use TARGET_PATH for compile step
...
This ensures that the correct build tools are found rather than the host
versions (glib-genmarshal, ..)
2009-03-17 13:48:35 +00:00
Peter Korsgaard
00400f4720
package: add HOST_DIR to target path
2009-03-17 13:48:29 +00:00
Peter Korsgaard
4311f0fe39
package: fix host path
...
And generate dbus introspect xml for dbus-glib.
2009-03-17 13:48:15 +00:00
Peter Korsgaard
1549e9f366
dbus: add host-dbus support
2009-03-16 20:58:15 +00:00
Peter Korsgaard
94d915ed43
expat: add host-expat support
2009-03-16 20:58:12 +00:00
Peter Korsgaard
40a54252eb
package/Makefile.in: search $(HOST_DIR) for host includes / libraries
2009-03-16 20:58:08 +00:00
Peter Korsgaard
58aaf75481
expat: convert to Makefile.autotools.in format
2009-03-16 20:58:04 +00:00
Peter Korsgaard
dba1efdfc6
libgtk2: small cleanup
2009-03-16 20:58:01 +00:00
Peter Korsgaard
592f072e42
dbus: compile with X support if libX11 is available
2009-03-16 20:57:56 +00:00
Peter Korsgaard
49a455645e
libgtk2: init script: make sure /etc/gtk-2.0 exists
2009-03-16 15:49:11 +00:00
Peter Korsgaard
01bcd0320e
libglib2: build host version for build-time binaries
...
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 15:49:03 +00:00
Peter Korsgaard
fe202a6f85
iptables: doesn't use glib
2009-03-16 15:48:52 +00:00
Peter Korsgaard
bd07d92aad
Makefile: introduce $(HOST_DIR) for host binaries
...
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 15:48:43 +00:00
Peter Korsgaard
ad529c62b2
automake: minor cleanup
2009-03-16 15:48:35 +00:00
Peter Korsgaard
9c3542dfc7
xserver-xorg: libXtst not needed
2009-03-16 15:48:29 +00:00
Peter Korsgaard
1fe300010f
xserver-xorg: set buildroot mailing list as builder addr
2009-03-16 15:48:21 +00:00
Peter Korsgaard
17b803cd30
xserver-xorg: more optional dependencies
2009-03-16 15:48:14 +00:00
Peter Korsgaard
c1c9f90757
xserver-xorg: dbus is optional
2009-03-16 15:48:07 +00:00
Peter Korsgaard
7f975775b4
mpfr: bump version
2009-03-16 15:47:58 +00:00
Peter Korsgaard
3e872797d0
xorg_server: cleanup .mk
...
Rearrange lines and get rid of unneeded variables. Should have no functional
change.
2009-03-16 15:47:44 +00:00
Peter Korsgaard
ad90fc6de9
qtopia4: remove selection of GPL/LPGL licenses
...
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 13:54:56 +00:00
Peter Korsgaard
2150ed1bf1
vim: really fix patch download
...
Thanks to Markus Heidelberg for noticing.
2009-03-15 13:51:30 +00:00
Peter Korsgaard
3b5651823b
xserver: 1.5.x needs openssl (for render sha functions)
2009-03-15 07:28:12 +00:00
Peter Korsgaard
740cf88151
openssl: strip libraries
2009-03-15 07:28:06 +00:00
Peter Korsgaard
59b0aa7a7e
x11r7: update to 7.4
...
Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181 .
Minor fixups for kdrive by me.
2009-03-14 14:59:14 +00:00
Peter Korsgaard
be245ad9c7
metacity: fix target install with tinyx
2009-03-14 14:58:44 +00:00
Peter Korsgaard
17e7fbc24a
blackbox: needs c++ support
2009-03-14 14:58:40 +00:00
Peter Korsgaard
7259c57976
blackbox: fix build with gcc 4.3.x
...
Patch by Mathis <mathis_w@gmx.net>, closes #169 .
2009-03-13 19:57:44 +00:00
Peter Korsgaard
b05b875995
xserver_xorg: add options for builtin fonts and aiglx
...
Patch by Dan Lykowski <lykowdk@gmail.com>
2009-03-13 19:46:03 +00:00
Peter Korsgaard
6c687a3fb3
avahi: enable python support if python is enabled
...
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 15:38:03 +00:00
Peter Korsgaard
038f536294
dbus-glib: install pkgconfig file to STAGING_DIR
...
This should probably be converted to Makefile.autotools.in instead.
2009-03-13 15:37:54 +00:00
Peter Korsgaard
e239f92a17
libgtk2: also get rid of gtk-demo executable
2009-03-12 12:32:11 +00:00
Peter Korsgaard
bcbd144287
cairo: more fine grained configutation and fix dependencies
2009-03-12 10:21:21 +00:00
Thiago A. Corrêa
ba567f8a58
Update Qtopia to 4.5.0, which introduces a new licensing option: LGPL. This will be default now.
2009-03-12 02:53:54 +00:00
Peter Korsgaard
afaa374590
fontconfig: fix typo added in r25611
2009-03-11 23:30:29 +00:00
Peter Korsgaard
b3f02dd356
automake: needs autoconf at configure time
2009-03-11 22:15:59 +00:00
Peter Korsgaard
96338ef12e
automake: depends on autoconf, so select it
2009-03-11 22:15:53 +00:00
Thiago A. Corrêa
98a01f05f9
Default yes to GUI module install on Qtopia4
2009-03-11 22:00:46 +00:00
Thiago A. Corrêa
149c0d450c
Let user skip installation of the GUI module for Qtopia
2009-03-11 21:35:07 +00:00
Peter Korsgaard
fcd24512d8
dropbear: needs zlib, so select it
2009-03-11 20:32:44 +00:00
Peter Korsgaard
24991a4784
dropbear: convert to Makefile.autotools.in format
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>
Closes #179 .
2009-03-11 20:32:39 +00:00
Peter Korsgaard
26dd7c5c7e
pango: init script: make sure /etc/pango exists
2009-03-11 15:43:55 +00:00
Peter Korsgaard
ba7ae60df2
fontconfig: store font cache in /var/cache/fontconfig, and not in /usr/var/..
2009-03-11 15:43:52 +00:00
Peter Korsgaard
366137edc6
gmpc: needs gob2 installed on host, so check for it
2009-03-11 15:43:47 +00:00
Peter Korsgaard
2bb4de2058
gmpc: fix build without libSM
2009-03-11 15:43:43 +00:00
Peter Korsgaard
cfca28f0a5
directfb: add option for linuxinput input driver
2009-03-11 15:01:56 +00:00
Peter Korsgaard
f6d14f30b2
busybox: bump 1.13.x version
2009-03-11 10:10:58 +00:00