summaryrefslogtreecommitdiff
path: root/sly/config.scm.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove GSL dependency.David Thompson2016-02-111-5/+1
| | | | | | | * sly/config.scm.in (%libgslcblas): Delete. * sly/wrappers/gsl.scm: Delete. * Makefile.am (WRAPPER_SOURCES): Remove it. * configure.ac: Remove GSL configuration.
* Upgrade to SDL2!David Thompson2015-12-221-4/+0
| | | | | | This commit is massive and crazy and I'm not going to do the usual GNU ChangeLog thing because it's just too much. Let's just be happy that the port is completed!
* config: Add scope-datdir procedure.David Thompson2015-11-141-0/+5
| | | | * sly/config.scm.in (scope-datadir): New procedure.
* config: Fix configure script substitution.David Thompson2015-11-121-1/+1
|
* config: Fix data directory.David Thompson2015-11-121-4/+4
| | | | | | | | | | | | | | | | | | This was all messed up: - 'pkgdatadir' wasn't something that could be substituted via autoconf - I was still using "GUILE_2D" in the data dir env var name Now it's all better and Sly data should be able to be found from the pre-installation environment *and* the installation prefix. * configure.ac (sly_prefix, sly_datadir): New variables. * pre-inst-env.in: Set SLY_DATADIR. * sly/config.scm.in (%pkgdatadir): Delete. (%datadir): New variable. Use SLY_DATADIR env var or the configured datadir. * sly/render/font.scm (load-default-font): Use %datadir. * sly/render/shader.scm (load-default-shader): Likewise.
* configure: Add FreeImage and GSL prefix/libdir options.David Thompson2015-11-111-1/+9
|
* Rename guile-2d to Sly!David Thompson2014-06-281-0/+28
Massive find/replace job.