summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ntfs-3g: fix long help text linesPeter Korsgaard2008-08-271-1/+6
|
* stunnel: fix long help text linesPeter Korsgaard2008-08-271-1/+6
| | | | And add homepage while we're at it.
* olsr: fix long help text linesPeter Korsgaard2008-08-271-6/+6
|
* kismet: fix long help text linesPeter Korsgaard2008-08-271-8/+11
| | | | And add homepage while we're at it.
* sudo: fix long help text linesPeter Korsgaard2008-08-271-4/+4
|
* kconfig: warn about overlong lines in help-textsPeter Korsgaard2008-08-272-0/+9
| | | | From busybox r22852.
* gtkperf: Remove settings that are defaultDaniel Laird2008-08-271-1/+0
| | | | | Remove default setting of AUTORECONF = no
* gtkperf: Adding gtkperf packageDaniel Laird2008-08-273-0/+26
| | | | | Allows some benchmarking of GTK on different targets.
* fbdump: Fix help text indentation and remove staging dir installationDaniel Laird2008-08-272-4/+4
| | | | | Tidy up fbdump package.
* fbdump: Add new package fbdump.Daniel Laird2008-08-273-0/+24
| | | | | | | fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported.
* avahi: fix build with BR2_ENABLE_LOCALEPeter Korsgaard2008-08-272-2/+4
|
* libdaemon: convert to Makefile.autotools.in formatPeter Korsgaard2008-08-273-178/+9
|
* avahi: don't depend on busyboxPeter Korsgaard2008-08-271-1/+1
|
* libdaemon: bump versionPeter Korsgaard2008-08-271-1/+1
|
* netcat: convert to Makefile.autotools.in formatPeter Korsgaard2008-08-271-50/+9
|
* libglib2: remove redundant configure argsPeter Korsgaard2008-08-261-8/+1
|
* libglib2 fix !BR2_USE_WCHAR compilationPeter Korsgaard2008-08-261-1/+2
|
* libglib2: select libiconvPeter Korsgaard2008-08-262-1/+2
|
* atk: remove redundant configure argsPeter Korsgaard2008-08-261-8/+1
|
* atk: select libglib2Peter Korsgaard2008-08-261-4/+1
|
* popt: use := assignmentsPeter Korsgaard2008-08-261-6/+6
|
* popt: use install-strip for target installPeter Korsgaard2008-08-261-2/+2
|
* popt: cleanup redundant configure argsPeter Korsgaard2008-08-261-5/+0
|
* neon: use := assignmentsPeter Korsgaard2008-08-261-7/+5
|
* neon: uses pkgconfig so select itPeter Korsgaard2008-08-262-0/+3
|
* neon: strip target libraryPeter Korsgaard2008-08-261-0/+5
| | | | neon doesn't have an install-strip target, so do it afterwards instead.
* neon: fix compilation without xml supportPeter Korsgaard2008-08-261-0/+4
| | | | | webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script.
* neon: bump versionPeter Korsgaard2008-08-261-1/+1
| | | | Fixes CVE-2008-3746.
* blackbox: use := assignmentsPeter Korsgaard2008-08-261-9/+9
|
* blackbox: don't show comment if no xserver is selectedPeter Korsgaard2008-08-261-3/+0
|
* blackbox: cleanup redundant configure argsPeter Korsgaard2008-08-261-4/+1
|
* blackbox: use install-strip for target installPeter Korsgaard2008-08-261-1/+1
|
* blackbox: use BR2_SOURCEFORGE_MIRRORPeter Korsgaard2008-08-261-1/+1
| | | | Don't hardcode specific sourceforge mirrors.
* pixman: cleanup staging + target installPeter Korsgaard2008-08-261-2/+2
| | | | | - install-data installs a subset of install / install-strip, so just drop it - use install-strip for target
* Move pixman from package/x11r7/pixman to package/pixmanDaniel Laird2008-08-265-5/+2
| | | | | | | | | Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird
* Clean up LiTEDaniel Laird2008-08-262-6/+3
|
* Adds support for building LiTE - see DirectFB.orgDaniel Laird2008-08-264-0/+52
| | | | | | | Will close bug 0003974 Daniel Laird
* reverse changes to i2c-tools.mk until I tidy it up (get clean working for ↵Daniel Laird2008-08-261-12/+35
| | | | | | | | | example) Still feel a good change to make as some of the suggestions recently made it look like Makefile.autotools.in might add support for installing a list of binaries etc and this would benefit this package.
* select CUPS if XORG/XORG7/TINYX.Daniel Laird2008-08-261-0/+1
| | | | | | | | | | This makes the behaviour the same as before for X users. Although is CUPS a necessary dependancy? Daniel Laird
* The changes below move i2c-tools.mk to use Makefile.autotools.inDaniel Laird2008-08-261-35/+12
| | | | | | | | | | package/i2c-tools/i2c-tools.mk Use Makefile.autotools.in
* The changes below add better support for DirectFB and libgtk2.Daniel Laird2008-08-262-6/+4
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Bump 1.11.x version to 1.11.2 (no patches yet)Hamish Moffatt2008-08-261-1/+1
|
* Update to work with recent lzo changesHamish Moffatt2008-08-262-24/+0
|
* psmic: locale supportPeter Korsgaard2008-08-252-0/+8
| | | | Closes #4274.
* psmisc: bump versionPeter Korsgaard2008-08-251-1/+1
|
* psmisc: convert to Makefile.autotools.in formatPeter Korsgaard2008-08-251-52/+10
|
* procps: bump versionPeter Korsgaard2008-08-242-30/+1
| | | | Closes #4284.
* procps: needs WCHARPeter Korsgaard2008-08-241-0/+1
|
* libxml2: enable ipv6 support if enabled in buildrootPeter Korsgaard2008-08-241-1/+1
|
* libxml2: use install-strip instead of install-exec for target installPeter Korsgaard2008-08-231-1/+4
| | | | | Use install-strip so binaries gets stripped and man pages / header files gets installed.