summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigEnv.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-12Remove autopackage specfileKarl Cheng1-1/+1
Autopackage has not been maintained for many years now and seems unused. Upstream website http://autopackage.org appears to be dead.
2019-03-31CMake: Use CMAKE_CXX_STANDARD and don't set it in three placesPatrick Storz1-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)
2019-03-31CMake: Drop support for devlibs buildsPatrick Storz1-5/+0
2018-11-21CMake: Do not override CMAKE_<LANG>_LINK_EXECUTABLE variablesEduard Braun1-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.
2018-10-01config.h - remove all defines we never useEduard Braun1-2/+0
(strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but let's keep them for now)
2018-09-10CMake/MSYS2: Properly disable jemalloc for all buildsEduard Braun1-0/+1
2017-07-15root dir tidying: move mingwenv.cmake -> CMakeScripts/ConfigEnvMinGW.cmakeEduard Braun1-1/+1
2017-06-15Drop x11 dependency.Elliott Sales de Andrade1-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.
2017-05-09cmake: Don't include 'ConfigPaths.cmake' twiceEduard Braun1-2/+0
(bzr r15680)
2017-03-04Support for building with MSYS2Eduard Braun1-2/+4
See Wiki for build instructions: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2 (bzr r15564)
2016-07-06Fixing build for Linux.Sebastian Faubel1-41/+41
Replaced tabs with whitespaces. (bzr r15002.1.7)
2016-07-05Added missing files.Sebastian Faubel1-0/+54
(bzr r15002.1.4)