summaryrefslogtreecommitdiffstats
path: root/package/sdl
Commit message (Collapse)AuthorAgeFilesLines
* Make SDL seled DirectFBUlf Samuelsson2007-07-251-0/+1
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+3
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - use sysconf to obtain the pagesize (Ivan Kuten)Bernhard Reutner-Fischer2007-06-252-7/+65
|
* yet more LDFLAGS handling fixupsEric Andersen2007-03-141-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-9/+20
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* - We don't provide the arts library, and it's checked for in a way not ↵Bernhard Reutner-Fischer2006-11-301-1/+2
| | | | | | suitable for cross compiling. Thanks to Pavel Roskin.
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* Bump to upstream v1.2.11Peter Korsgaard2006-06-271-1/+1
|
* Bump to upstream v1.2.10 and remove sdl-config symlink generationPeter Korsgaard2006-05-241-3/+1
|
* disable nasm since it has a wealth of problemsMike Frysinger2005-11-241-0/+1
|
* version bump to 1.2.9 and merge staging_dir fixes by Patrick NoffkeMike Frysinger2005-09-081-4/+6
|
* add support for sdl by Patrick NoffkeMike Frysinger2005-08-192-0/+68