summaryrefslogtreecommitdiffstats
path: root/package/sdl/sdl.mk
Commit message (Collapse)AuthorAgeFilesLines
* package: indentation cleanupJerzy Grzegorek2014-12-301-13/+16
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-11/+11
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sdl: remove dga support in no MMUJérôme Pouiller2014-09-121-0/+4
| | | | | | | | | | | | | DGA support use fork. This prevent executables to link with libSDL.so. Fixes: http://sysmic.org/~jezz/results/5e50c243 (package sdl_mixer) http://sysmic.org/~jezz/results/734afef8 (package sdl_net) http://sysmic.org/~jezz/results/e2310eb9 (package sdl_image) http://sysmic.org/~jezz/results/e2cdcc9a (package sdl_sound) Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sdl: disable x11 in host-sdlYann E. MORIN2014-04-181-0/+1
| | | | | | | | | | We do not need an X11-capable host SDL, so just disable X11 support. This currently works if the build machine has the X11 development packages installed. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* *.mk: replace (TARGET|HOST)_PATH by BR_PATHSamuel Martin2014-04-161-1/+1
| | | | | | | | | | | | Thanks to the 2 previous patches of the series, BR_PATH contains all locations in which host-packages may install programs. This patch replaces the occurrences TARGET_PATH and HOST_PATH with BR_PATH, everywhere these variables are used in the *.mk files. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sdl: Fix host variant dependenciesMaxime Hadjinlian2014-03-271-0/+7
| | | | | | | | | | | | | | | | The host variant of sdl inherited the dependencies and conf opt from sdl which could lead to some trouble. For example: If you were to build host-sdl and had alsa-lib enabled in your packages list, it would try to build host-alsa-lib which does not exists. This patch define basic dependencies and conf opt for the host variant. Reported-by: Eric Limpens <limpens@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Merge branch 'next'Peter Korsgaard2014-02-281-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile package/dmraid/Config.in package/gdb/Config.in.host package/linux-headers/linux-headers.mk package/python/python.mk package/python3/python3.mk package/rt-tests/Config.in package/sdl/sdl.mk package/systemd/systemd-01-fix-getty-unit.patch package/systemd/systemd-02-fix-page-size.patch package/systemd/systemd-03-uclibc-fix.patch package/udev/Config.in package/udisks/Config.in package/vlc/vlc.mk system/Config.in Quite some merge conflicts, hopefully I didn't screw up anything. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * sdl: add host versionMaxime Hadjinlian2014-02-191-1/+3
| | | | | | | | | | | | | | | | | | Host version is needed to build xbmc [Peter: use _PRE_CONFIGURE_HOOKS like target version] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * sdl: add support for top-level parallel makeFabio Porcedda2014-02-141-1/+1
| | | | | | | | | | | | | | | | | | To be sure that host-autoconf dependency is already built move the call to autogen.sh from SDL_POST_PATCH_HOOKS to SDL_PRE_CONFIGURE_HOOKS. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | sdl: fix SDL_AUTORECONF typo in commentPeter Korsgaard2014-02-231-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | sdl: add support for top-level parallel makeFabio Porcedda2014-02-221-1/+1
|/ | | | | | | | | To be sure that host-autoconf dependency is already built move the call to autogen.sh from SDL_POST_PATCH_HOOKS to SDL_PRE_CONFIGURE_HOOKS. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sdl: Fix missing autoconfClayton Shotwell2014-01-101-1/+1
| | | | | | | | | | | Fixing an issue seen on the autobuilders with sdl failing to run the autogen.sh script. Several of the autobuild issues are listed below. http://autobuild.buildroot.net/results/7326631048bc9e15ffadc6f541f2235592b5259b/ http://autobuild.buildroot.net/results/0adf5ea64075323eba1183f93c16d2954673f3e1/ Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sdl: Fix compilation with libX11 >= 1.5.99.902Vicente Olivert Riera2014-01-091-0/+10
| | | | | | | | | | | | | | | | | Applying an upstream patch to fix a compilation error with versions of libX11 since 1.5.99.902. This patch modifies configure.in so we need to run autogen.sh to make it working correctly. Running autoreconf will fail because SDL uses bit tricky automake/autoconf configuration. Upstream patch URL: http://hg.libsdl.org/SDL/rev/91ad7b43317a Fixes: http://autobuild.buildroot.net/results/bf8/bf83466a7bbb0635d97fe279a18778d92f20bea2/ [Peter: add comment why we're doing this, add needed dependencies] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fix header package nameJerzy Grzegorek2013-07-271-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fix white spacesJerzy Grzegorek2013-07-201-9/+9
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: add license infoDanomi Manchego2013-06-041-0/+2
| | | | | | [Peter: License is LGPLv2.1+] Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: fix directfb configure checkPeter Korsgaard2013-04-281-1/+1
| | | | | | | | | | | | | | | The configure script nicely supports a preconfigured directfb-config (using ac_cv_path_DIRECTFBCONFIG), except for when it checks the directfb version where it simply uses whatever directfb-config is in the path, breaking the build when this isn't available / recent enough. Fix is to use the correct one instead. As SDL doesn't autoreconf cleanly, also patch the generated configure script. Finally move the ac_cv_path_DIRECTFBCONFIG setting under the directfb conditional as it is only needed there. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: use <pkg>_CONFIG_SCRIPTS for sdl-configThomas Petazzoni2013-03-181-6/+3
| | | | | | | | | | | Use the <pkg>_CONFIG_SCRIPTS mechanism to handle the sdl-config script, so that it properly gets removed from the target. However, we can't completely remove the manual fixup, because it also takes care of removing the -Wl,-rpath option, which the general <pkg>_CONFIG_SCRIPTS doesn't do. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: use default autotools target-installPeter Korsgaard2013-02-051-4/+0
| | | | | | | | | Fixes http://autobuild.buildroot.org/results/c950d7920d384cb0d37403cbe8344691d4231a1a The normal 'make install' is perfectly fine, and it also works for static builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sdl: fix X11 dependenciesPeter Korsgaard2012-02-081-1/+3
| | | | | | No need to build the entire X server to build SDL with X11 support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: bump versionPeter Korsgaard2012-02-071-3/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: ensure mesa3d gets built before if enabled for opengl supportPeter Korsgaard2012-02-071-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: build alsa support if enabledPeter Korsgaard2011-07-191-0/+4
| | | | | | | | | Ensure alsa-lib gets built before SDL if enabled, so the SDL configure script correctly detects alsa support. Noticed by Ayla on IRC. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: fix directfb driver build if host has directfb-configPeter Korsgaard2011-05-161-1/+1
| | | | | | | Ensure our cross directfb-config is used, so the right linker paths as passed to the compiler. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: apply libtool patch where possiblePeter Korsgaard2011-02-171-1/+0
| | | | | | | | | | Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dsl: disable ps3 video driverPeter Korsgaard2010-07-171-1/+2
| | | | | | | The ps3 driver is enabled by default on ps3, but depends on spu support, which most ppc toolchains don't have, so disable it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: fix build of other sdl componentsThomas Petazzoni2010-07-171-3/+11
| | | | | | | | | | | | | The post installation hook of SDL was not being executed, due to an incorrect usage of the infrastructure. Moreover, it did not patch prefix/exec_prefix in sdl-config as is needed. In addition to that, we remove the -Wl,-rpath option from sdl-config, since it is not needed. This fixes at least the build of sdl_image, and probably of other sdl components as well. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: fix build without directfb after autotools conversionPeter Korsgaard2010-06-251-1/+1
| | | | | | | | Make sure --enable-video-directfb=no gets passed to configure if directfb isn't enabled, so sdl doesn't try to link with the host version instead (if available). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl : convert to autotools infrastructure & bump to 1.2.14cmchao2010-06-241-85/+19
| | | | | | | | | | | Changes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Installation to target is the default * Remove SDL_EXTRA_CFLAGS, unused * Remove reference to SDL_DIRECTFB_INCLUDES, unused * Remove strip, done globally Signed-off-by: cmchao <cmchao@gmail.com>
* sdl: needs tslib to be compiled first when selected.Julien Boibessot2010-01-261-0/+4
| | | | | | | | If SDL is built before tslib, then SDL can't detect it at configure time and so touchscreen's support in SDL is crappy. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/sdl: fix dependencies for directfb/qt/x11 supportPeter Korsgaard2009-11-221-1/+4
| | | | | | | | Closes #683 And cleanup Kconfig while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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
|
* 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 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-161-5/+38
|
* - 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
|
OpenPOWER on IntegriCloud