summaryrefslogtreecommitdiffstats
path: root/package/sdl
Commit message (Collapse)AuthorAgeFilesLines
* Make sure ln command does not break if link existUlf Samuelsson2009-01-221-1/+1
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Make sure SDL finds DirectFB headers ,if usedUlf Samuelsson2009-01-111-2/+8
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-4/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* sdl: Fix include files install.Peter Korsgaard2008-03-171-4/+3
| | | | | | Patch sdl-config rpath setting rather than setting exec-prefix and using DESTDIR as the SDL makefile uses prefix for some files, and exec-prefix for others leading to double $(STAGING_DIR) prefix.
* sdl: cleanup configure args + sdl-config, fixup /lib vs /usr/libPeter Korsgaard2008-03-071-14/+4
|
* sdl: bump versionPeter Korsgaard2008-03-071-1/+1
|
* sdl: remove unused legacy patchPeter Korsgaard2008-03-071-59/+0
|
* sdl: remove wrong commentPeter Korsgaard2008-03-071-2/+0
|
* correct paths in sdl-configIvan Kuten2007-11-161-0/+5
|
* update SDL to 1.2.12, allow video driver selectionIvan Kuten2007-11-162-6/+59
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Use correct library path for SDLUlf Samuelsson2007-09-231-1/+1
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* Cleanup of SDL to make it buildUlf Samuelsson2007-08-121-10/+19
|
* Fix mismatch in SDL patch naming conventionUlf Samuelsson2007-08-111-0/+0
|
* Run $\(CONFIG_UPDATE\) in the unpack rules for sdl, Use $\(MAKE1\)Ulf Samuelsson2007-08-111-1/+2
|
* 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