Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-26 | The changes below add better support for DirectFB and libgtk2. | Daniel Laird | |
Should be no different for X builds. Config.in | 3 +-- libgtk2.mk | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) Signed-off-by: daniel.j.laird@nxp.com package/libgtk2/Config.in Allow DirectFB to turn on LIBGTK2 support without X being enabled. Disable autoselection of cups. May not be wanted (Can cause crosscompilation issues). package/libgtk2/libgtk2.mk Remove unnessary redefine of PKG_CONFIG_* Pass $(DISABLE_LARGEFILE) to configure (supports large file or not) Move 'cups' to X extra dependencies instead of general. | |||
2008-08-26 | Bump 1.11.x version to 1.11.2 (no patches yet) | Hamish Moffatt | |
2008-08-26 | Update to work with recent lzo changes | Hamish Moffatt | |
2008-08-25 | psmic: locale support | Peter Korsgaard | |
Closes #4274. | |||
2008-08-25 | psmisc: bump version | Peter Korsgaard | |
2008-08-25 | psmisc: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-24 | procps: bump version | Peter Korsgaard | |
Closes #4284. | |||
2008-08-24 | procps: needs WCHAR | Peter Korsgaard | |
2008-08-24 | libxml2: enable ipv6 support if enabled in buildroot | Peter Korsgaard | |
2008-08-23 | libxml2: use install-strip instead of install-exec for target install | Peter Korsgaard | |
Use install-strip so binaries gets stripped and man pages / header files gets installed. | |||
2008-08-23 | libxml2: cleanup configure args | Peter Korsgaard | |
2008-08-23 | libxml2: point to homepage instead of ftp site in help | Peter Korsgaard | |
2008-08-23 | libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS option | Peter Korsgaard | |
2008-08-22 | openchrome: fix install | Peter Korsgaard | |
Closes #4674. | |||
2008-08-22 | xorg: depend on WCHAR and LOCALE | Peter Korsgaard | |
Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless this is enabled in the toolchain. We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE because of a strange recursion error with dbus, but now we atleast inform the user what to do to get a working configuration. The real solution is ofcause of fix xorg, but that's for another day. | |||
2008-08-22 | package: don't hide xorg/tinyx selection | Peter Korsgaard | |
Hiding xorg/tinyx selections until the user unselects "none" seems quite unintuitive. | |||
2008-08-22 | Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling | Peter Korsgaard | |
Patch by Wade Berrier. | |||
2008-08-21 | sqlite: bump version | Peter Korsgaard | |
2008-08-21 | ace_of_penguins: remove redundant configure settings | Peter Korsgaard | |
Reported by Hartleys. | |||
2008-08-21 | busybox: add 1.12.x and make it default | Peter Korsgaard | |
2008-08-20 | lzo: bump version and update to Makefile.autotools.in format | Peter Korsgaard | |
Bump LZO version and update makefile - tested with latest mtdutils. Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com> | |||
2008-08-20 | rsync: bump version | Peter Korsgaard | |
2008-08-20 | rsync: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-19 | haserl: bump 0.9.x version | Peter Korsgaard | |
2008-08-19 | haserl: don't install unneeded examples for 0.8.0 to target | Peter Korsgaard | |
2008-08-19 | ifplugd: add missing newline | Peter Korsgaard | |
2008-08-17 | speex: also compile static libraries | Peter Korsgaard | |
2008-08-17 | speex: automate selection of arm specific optimizations | Peter Korsgaard | |
ARM version info according to wikipedia, hopefully I got it all correct. | |||
2008-08-17 | speex: fix target install | Peter Korsgaard | |
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested. | |||
2008-08-17 | speex: select libogg | Peter Korsgaard | |
Speex depends on libogg, so make it visible in Kconfig | |||
2008-08-17 | speex: convert to Makefile.autotools.in and bump version to 1.2rc1 | Peter Korsgaard | |
Patch by Malek <souf_oued@yahoo.fr> | |||
2008-08-16 | pcre: fix target install | Peter Korsgaard | |
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested. | |||
2008-08-16 | fontconfig: remove redundant configure args | Peter Korsgaard | |
Patch by antialize / bug #4524. | |||
2008-08-16 | pcre: bump version | Peter Korsgaard | |
2008-08-16 | pcre: fix compilation when C++ support is disabled | Peter Korsgaard | |
pcre will use host g++ is no cross g++ is available, so explicitly disable c++ support in pcre if it isn't enabled in buildroot instead. | |||
2008-08-16 | pcre: add homepage to description | Peter Korsgaard | |
2008-08-16 | Makefile.autotools.in: add missing continuation for PKG_CONF_OPT | Peter Korsgaard | |
The silent support added in r23041 was missing a shell continuation character breaking PKG_CONF_OPT support - Fixed. | |||
2008-08-08 | dnsmasq: bump version | Peter Korsgaard | |
fixes dns spoofing vulnerability. | |||
2008-08-06 | busybox: fix missing dependencies in unpacked and config rules | Peter Korsgaard | |
Aadds dependency to host-sed and $(PROJECT_BUILD_DIR) when running make busybox-config and busybox-unpacked. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-08-06 | busybox: additional 1.11.1 patches | Peter Korsgaard | |
2008-08-04 | Makefile.autotools.in: remove extra newlines in MESSAGE macro | Peter Korsgaard | |
2008-08-04 | Makefile.autotools.in: quiet configure on silent (-s) builds | Peter Korsgaard | |
Use --quiet configure argument when make is invoked with the -s (silent) option. | |||
2008-08-04 | i2c-tools: cleanup clean target | Peter Korsgaard | |
2008-08-04 | haserl: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-04 | Makefile.autotools.in: fix patch dir for version specific subdir | Peter Korsgaard | |
2008-08-04 | ethtool: don't specify STRIPPROG | Peter Korsgaard | |
The correct strip program gets picked up at configure time, so no need to specify it at target install time. | |||
2008-08-04 | lua: select readline / ncurses | Peter Korsgaard | |
2008-08-04 | avahi: select expat | Peter Korsgaard | |
2008-08-04 | vpnc: select libgcrypt / libgpg_error | Peter Korsgaard | |
2008-08-04 | argus: select libpcap | Peter Korsgaard | |