summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-05Remove unused libyaml dependencyPatrick Storz1-49/+0
This was required by xverbs, which were removed in db05b842cba28f01b431eee890537959aa2d8fe3
2019-05-12Remove support for LCMS 1Karl Cheng1-90/+0
Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014
2019-04-05CMake: Fix module FindDoubleConversion.cmakePatrick Storz1-14/+16
The module did not properly handle required libraries that were not found. Ensure proper behavior by sticking to CMake-recommended standard variable names.
2019-04-02CMake: Remove unused modulesPatrick Storz5-291/+0
2019-04-02Add new lib2geom dependency: "double-conversion"Patrick Storz1-0/+25
2019-02-09Mix init-tool and xgettext to allow inx and glade filesJabiertxof1-0/+127
2019-02-09Add xgettext instead intl-toolJabiertxof1-127/+0
2018-11-21CMake: Remove popt from dependenciesEduard Braun1-90/+0
Not required anymore after 408cb49b5559a81ea803df64bf58457a5dd4bf16
2018-09-29CMake/po: Check for presence of intltool for creating inkscape.potEduard Braun1-237/+0
Also remove FindGettext module and use the one that ships with CMake (bumps minimum version to CMake 2.8.8 for GETTEXT_VERSION_STRING)
2018-01-23Add FindNSIS and fix prefixMarc Jeanmougin1-0/+55
2017-10-13Remove deprecated GNOME VFSStefano Facchini1-90/+0
Just use Gio::File when access to non-local files is needed.
2017-06-30jemalloc cmake modulechr[]1-0/+70
(shamelessly stolen from Blender) libstdc++ memory allocator is broken: "Notes about deallocation. This allocator does not explicitly release memory." The story: https://www.zerotier.com/blog/2017-05-05-theleak.shtml The solution?! http://jemalloc.net/ No need to recompile, just install it and a simple test run: LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 inkscape
2017-02-04CMake: Remove duplicated check for sigc++Eduard Braun2-143/+0
- It didn't make much sense to check twice anyway - The additional check for C++11 is not required anymore after r15039 as we use -std=c++11 by default now - The check broke subsequent cmake runs on Windows (i.e. compilation broke whenever a .cmake file changed and CMakeCache hat to be cleared manually) http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15039 (bzr r15475)
2016-10-03beautify identsDmitry Zhulanov1-39/+35
(bzr r15136.1.14)
2016-10-01disable xverb feature if WITH_YAML definedDmitry Zhulanov1-1/+1
(bzr r15136.1.9)
2016-09-26add x-verbs supportDmitry Zhulanov1-0/+53
(bzr r15136.1.1)
2016-04-14Fix c++11 flag when required on non-debian-based systemsShlomi Fish1-2/+4
(bzr r14844)
2016-04-13Fix cmake buildMarc Jeanmougin1-597/+0
(bzr r14818)
2016-02-27cmake: Add sigc++ supportBryce Harrington2-1/+36
Patch from rindolf Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> (bzr r14669)
2016-01-11Update CMake for poppler >= 0.20.0 dependencyAlex Valavanis1-3/+3
(bzr r14574)
2015-11-12Update cmake Potrace module to match style of othersAlex Valavanis1-33/+59
(bzr r14449.1.5)
2015-11-09Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis1-0/+36
Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3)
2015-09-02remove unneccessary include from r14304houz1-0/+237
(bzr r14340)
2015-05-03cmake: use cmake modules for iconv and inltsu_v2-0/+187
(bzr r14098)
2015-05-03cmake: wpg-0.3 - fix librevenge pathsShlomi Fish1-2/+2
(bzr r14097)
2015-05-02cmake: add support for librevenge-based input formats (WPG, Visio, CDR)su_v4-26/+192
(bzr r14093)
2015-05-02cmake: Fix WPG 0.2 build variablesBryce Harrington1-6/+6
WPG 0.1 appears to have been tested and made to work, but a parallel set of code checks WPG 0.2 and the variable names are all wrong (looks like they didn't get properly updated from the original automake scripts). The detection fails entirely on Ubuntu 14.04 and probably other recent distros. With this change, cmake now builds inkscape properly for me. (bzr r14087)
2014-11-26Add CMake file to find LCMS2Josh Andler1-0/+38
(bzr r13766)
2012-08-07update for cmakeCampbell Barton1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1033979 - https://launchpad.net/bugs/1033981 (bzr r11598)
2012-03-07fix for windowsJohan B. C. Engelen1-1/+2
(bzr r11056)
2011-09-26cmake: aspell/gtkspell/poppler-cairo/libwpgCampbell Barton3-71/+110
patch #822009 to address bug #820863 from Yu-Jie Lin. (bzr r10648)
2011-07-08fix for building with dbus and cmakeCampbell Barton1-0/+72
(bzr r10426)
2011-07-08fix for building with cmake, renaming the GTK2 package didnt work right, ↵Campbell Barton1-0/+0
very confusing as to why - I still dont know but calling it the same as CMake's works ok and uses our one. (bzr r10424)
2011-06-25added a Modules cmake dir, only use for find_package, reference cmake ↵Campbell Barton10-0/+1330
include paths explicitly. (bzr r10358)