summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2008-11-05make: select gettext and libintl if locale is enabledHans-Christian Egtvedt
This patch makes sure gettext and libintl are selected if locale support is enabled. Gettext must also be compiled before make so appropriate headers are available to make. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-11-04matchbox: fix prefixPeter Korsgaard
Closes #5946.
2008-11-04matchbox: fix mb-applet-startup-monitor compilation (TRUE/FALSE issue)Peter Korsgaard
2008-11-04netsnmp: run CONFIG_UPDATEPeter Korsgaard
Based on e068796d3 in Bernhards tree.
2008-11-04netsnmp: bump versionPeter Korsgaard
Based on fa86c12d in Bernhards tree.
2008-11-03mkdosfs: cleanup target install handlingPeter Korsgaard
closes #5834.
2008-11-02package/: remove more 'default n' (see r22874)Peter Korsgaard
2008-11-02sdl-image: convert to Makefile.autotools.in formatPeter Korsgaard
2008-11-02libpng: fix Makefile.autotools.in falloutPeter Korsgaard
libpng used to have the 'png' Makefile alias, which some packages used in their dependencies list. With the move to Makefile.autotools.in this is now gone, so update the packages to match.
2008-11-02busybox: additional 1.12.1 patchesPeter Korsgaard
2008-11-02Fixes for Qt from Markus HeidelbergArnar Mar Sigurðsson
2008-10-31Add options to select what gfx and mouse drivers are compiled in.Arnar Mar Sigurðsson
Note to tslib users: You now have to select the tslib mouse driver to build it.
2008-10-31Fix zlib install broken by previous commit. SorryThiago A. Corrêa
2008-10-31package/lite/lite.mk: Bounce versionDaniel Laird
Bounce version. Signed-off-by: Thomas Petazzoni<> Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-10-31pciutils may depend on zlib. Based on Bernhard's git repository.Thiago A. Corrêa
2008-10-31Improve pciutils based on Bernhard Reutner-Fischer's git repository ↵Thiago A. Corrêa
(http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD). Thanks
2008-10-31Make sure directories are created during install to STAGING_DIR and ↵Thiago A. Corrêa
TARGET_DIR. Thanks to Thomas Petazzoni and Bernhard Reutner-Fischer.
2008-10-31Fix bug #0005884 - pciutils depends on zlibThiago A. Corrêa
2008-10-31Minor cleanups. Use touch for stamp-filesThiago A. Corrêa
2008-10-31fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg ↵Thiago A. Corrêa
<markus.heidelberg@web.de>
2008-10-31Bump ntp versionArnar Mar Sigurðsson
2008-10-30python: add $(STAGING_DIR)/usr/lib to PYTHON_MODULES_LIB so thatWade Berrier
modules build correctly (particularly readline)
2008-10-29qtopia4: fix wrong compilation of qmakePeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-10-29package/libpng/libpng.mk: Change to autotools.in formatDaniel Laird
Move libpng into the new era..... Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-10-29bind: use strchr() instead of index()Peter Korsgaard
2008-10-28qtopia4: fix adjustment of qmake.confPeter Korsgaard
Extend the regexp to match spaces and also tabs to replace the qmake variables with the proper buildroot values. Also use TARGET_AR and TARGET_STRIP instead of using TARGET_CROSS and set a variable for qmake.conf to shorten the command line. Patch by Markus Heidelberg
2008-10-28qtopia4: fix use of pkg-configPeter Korsgaard
When cross compiling, Qt sets PKG_CONFIG in its own configure script to an empty string. That leads to not using pkg-config. To avoid that, use the configure option -force-pkg-config. Also set environment variables for pkg-config defined in TARGET_CONFIGURE_OPTS. Patch by Markus Heidelberg. See http://buildroot.uclibc.org/lists/buildroot/2008-October/011324.html for more details.
2008-10-27Fix matchbox buildPeter Korsgaard
Fix matchbox build This patch fixes various failures in the Matchbox build: * libmatchbox and matchbox-panel were using a now legacy index() function, which is not part of every uClibc build nowadays (depending on the configuration). As this function doesn't exist anymore in all builds, use strchr() instead, which is the recommended replacement for index(). Two patches, one for libmatchbox, one for matchbox-panel, are added to fix this problem. Closes bug http://bugs.uclibc.org/view.php?id=5484 * Do not override the CFLAGS and LDFLAGS values, they are already set by TARGET_CONFIGURE_OPTS. It caused build failures. * Mangle the library paths in the .la file of libmatchbox, after installation in the staging dir. It would probably be nice to switch Matchbox over to the new Makefile.autotools.in. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-27Strip gettext libraries on the targetPeter Korsgaard
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-27Strip libgtk2 in the targetPeter Korsgaard
Rely on the sane default values of Makefile.autotools.in for the staging and target installs. The immediate benefit is that the target install will use install-strip instead of install, leading to a quite nice size reduction in the libraries. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-27Strip pango libraries on the targetPeter Korsgaard
Use the predefined INSTALL_STAGING_OPT and INSTALL_TARGET_OPT behaviour of Makefile.autotools.in, so that installation on the target is done using install-strip. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-27Fix strange problems in pango configure targetPeter Korsgaard
The configure target of pango had strange characters in it, preventing compilation to work. Remove them, they just seem to be mistakes. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-26libglib2: remove $(DISABLE_NLS) from configure optionsPeter Korsgaard
The configure option --disable-nls is not supported anymore in glib since version 2.0, see file ChangeLog.pre-2-0 line 544. Patch by Markus Heidelberg.
2008-10-26libglib2: remove redundant configure argsPeter Korsgaard
Patch by Markus Heidelberg.
2008-10-26package: remove redundant pkg-config variablesPeter Korsgaard
Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg.
2008-10-26vim: add TARGET_CONFIGURE_OPTSPeter Korsgaard
Patch by Markus Heidelberg.
2008-10-26docker: requires pkgconfig, glib2 and X11Peter Korsgaard
2008-10-26docker: strip on target installPeter Korsgaard
2008-10-26docker: s/PKGCONFIG/PKG_CONFIG/ to be consistentPeter Korsgaard
Patch by Markus Heidelberg.
2008-10-26package: cleanup PKG_CONFIG_SYSROOTPeter Korsgaard
PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in, so there's no need to set it in the makefiles of the individual packages as well. Based on a patch by Markus Heidelberg.
2008-10-26qtopia4: reduce the use of BR2_PACKAGE_QTOPIA4Peter Korsgaard
Use one conditional if statement instead of several single "depends on". Patch by Markus Heidelberg. Cleaned up trailing white space while we're at it.
2008-10-23lsof: bump versionPeter Korsgaard
Reported by Mark McLaurin.
2008-10-23x11r7/xkeyboard-config: select xkbcompPeter Korsgaard
xkeyboard-config uses xkbcomp at runtime, so select it. closes #5704.
2008-10-23x11r7/xserver: select cursor font as wellPeter Korsgaard
Really closes #5684.
2008-10-23x11r7/xserver: select misc font + font aliasPeter Korsgaard
Closes #5684.
2008-10-22x11r7/xclock: don't force libiconv linkPeter Korsgaard
Closes #5654.
2008-10-22package/Makefile.in: Remove rpath fix as it breaks Thomas png buildDaniel Laird
Remove my fix for rpath-link until I can find out why it works for me and not Thomas. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-10-22package/cairo/cairo.mk: Bounce version and add patches for DirectFBDaniel Laird
Update Cairo to 1.6.4 Add DirectFB patches as supplied by DirectFB author Dennis Kropp Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2008-10-22x11r7/libFS susv3-legacy: update to what got applied upstreamPeter Korsgaard
For details, see: http://lists.freedesktop.org/archives/xorg/2008-October/039630.html
2008-10-22package/Makefile.in: Add -rpath-link Daniel Laird
As per various email discussions add -rpath-link to the LDFLAGS. This definately fixes a few issues for Thomas and myself Any objections and it can be pulled again. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@...> Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>