summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigEnv.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove autopackage specfileKarl Cheng2019-05-121-1/+1
| | | | | Autopackage has not been maintained for many years now and seems unused. Upstream website http://autopackage.org appears to be dead.
* CMake: Use CMAKE_CXX_STANDARD and don't set it in three placesPatrick Storz2019-03-311-7/+6
| | | | | | | | This requires bumping cmake version requirement to 3.1 (which should long be available on supported platforms, though) TODO: We actually depend on GNU compiler extensions right now (i.e. *don't* build with -std=c++11 but require -std=gnu++11)
* CMake: Drop support for devlibs buildsPatrick Storz2019-03-311-5/+0
|
* CMake: Do not override CMAKE_<LANG>_LINK_EXECUTABLE variablesEduard Braun2018-11-211-2/+0
| | | | | | | | Despite the misleading name they are actually supposed to hold the "rule" to link an executable (i.e. the full linker command line) and not just the linker executable name. CMake already defaults to the CMAKE_<LANG>_COMPILER for the latter.
* config.h - remove all defines we never useEduard Braun2018-10-011-2/+0
| | | | | (strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but let's keep them for now)
* CMake/MSYS2: Properly disable jemalloc for all buildsEduard Braun2018-09-101-0/+1
|
* root dir tidying: move mingwenv.cmake -> CMakeScripts/ConfigEnvMinGW.cmakeEduard Braun2017-07-151-1/+1
|
* Drop x11 dependency.Elliott Sales de Andrade2017-06-151-4/+0
| | | | | | On macOS, it's added if GTK+ 2 uses the x11 backends, which seems a bit silly since Inkscape is using GTK+ 3. Linux also doesn't appear to require x11 linkage, especially if using Wayland as a backend.
* cmake: Don't include 'ConfigPaths.cmake' twiceEduard Braun2017-05-091-2/+0
| | | (bzr r15680)
* Support for building with MSYS2Eduard Braun2017-03-041-2/+4
| | | | | | See Wiki for build instructions: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2 (bzr r15564)
* Fixing build for Linux.Sebastian Faubel2016-07-061-41/+41
| | | | | Replaced tabs with whitespaces. (bzr r15002.1.7)
* Added missing files.Sebastian Faubel2016-07-051-0/+54
(bzr r15002.1.4)