summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use HarfBuzz instead of deprecated Pango OTAlex Valavanis2016-08-301-1/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r15094)
* Require C++11Alex Valavanis2016-08-041-0/+6
| | | (bzr r15039)
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-1/+0
| | | (bzr r15023.2.8)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-1/+0
| | | (bzr r15023.2.7)
* Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-29/+0
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1424830 - https://launchpad.net/bugs/1606558 (bzr r15023.2.1)
* Merge with trunk.Sebastian Faubel2016-07-021-66/+22
| | | (bzr r15002.1.1)
* Fix testing dependenciesAlex Valavanis2016-06-091-8/+0
| | | (bzr r14967.1.2)
* [Bug #1545333] Convenience option (default: ON) for cmake builds to enable ↵suv-lp2016-06-051-0/+12
| | | | | | | | SVG2 and experimental LPEs Fixed bugs: - https://launchpad.net/bugs/1545333 (bzr r14954)
* merge and fixed buildMoritz Eberl2016-04-161-34/+30
|\ | | | | (bzr r14761.1.11)
| * CMake build: builds with WITH_DBUSMarc Jeanmougin2016-04-161-4/+6
| | | | | | (bzr r14853)
| * CMake: Disable broken pseudo-option for GTKSPELL - determined automatically ↵Alex Valavanis2016-04-161-2/+2
| | | | | | | | | | by pkg-config, and fix a couple of typos (bzr r14852)
| * Fix c++11 flag when required on non-debian-based systemsShlomi Fish2016-04-141-0/+3
| | | | | | (bzr r14844)
| * Fix CMake caching issue with GtkSpellMarc Jeanmougin2016-04-131-17/+11
| | | | | | (bzr r14823)
* | Added an example plugin.Moritz Eberl2016-04-161-0/+3
| | | | | | (bzr r14761.1.8)
* | Added Sebastian Faubels CMake changes for the windows build.Moritz Eberl2016-04-161-1/+68
| | | | | | (bzr r14761.1.7)
* | Merge and fixed CMake buildMoritz Eberl2016-04-131-5/+5
|\| | | | | (bzr r14761.1.5)
| * Fix some cmake caching issue preventing to switch between gtk{2,3} buildsMarc Jeanmougin2016-04-121-4/+4
|/ | | (bzr r14801)
* Fixed FIXMEs in Cmake build (set flags when needed)Marc Jeanmougin2016-04-121-85/+55
| | | (bzr r14794)
* Bump version to gtk 3.8 of laterMartin Owens2016-04-121-5/+5
| | | (bzr r14787)
* cmake: Add sigc++ supportBryce Harrington2016-02-271-0/+1
| | | | | | | Patch from rindolf Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> (bzr r14669)
* cmake: Drop Java supportBryce Harrington2016-01-191-2/+0
| | | | | | <su_v> (IIRC java was used for the built-in scripts dialog, along with the linked python and perl libs) (bzr r14609)
* cmake: Fix code style for consistencyBryce Harrington2016-01-171-190/+190
| | | | | | Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
* Update CMake for poppler >= 0.20.0 dependencyAlex Valavanis2016-01-111-16/+0
| | | (bzr r14574)
* Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis2015-12-271-3/+0
| | | (bzr r14552)
* Apply Tav/suv patch to replace Pango OT functions with HarfbuzzAlex Valavanis2015-12-271-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r14549)
* Add warning about missing Potrace to CMake buildAlex Valavanis2015-11-211-0/+3
| | | (bzr r14449.1.8)
* Fix CMake buildAlex Valavanis2015-11-121-3/+7
| | | (bzr r14449.1.6)
* Update cmake Potrace module to match style of othersAlex Valavanis2015-11-121-1/+1
| | | (bzr r14449.1.5)
* Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis2015-11-091-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3)
* add gtk3 experimental support in CMakeShlomi Fish2015-10-261-48/+100
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
* cmake: make JPEG optional; fix using it (if found)su_v2015-09-021-7/+6
| | | (bzr r14341)
* Added translations to the cmake build (1451236)houz2015-08-161-0/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1451236 (bzr r14304)
* cmake: fix OpenMP detection and defines (inkscape uses 'HAVE_OPENMP')su_v2015-05-091-1/+3
| | | (bzr r14141)
* cmake: add configuration option for OpenMPsu_v2015-05-091-12/+15
| | | (bzr r14138)
* cmake: shorter linker list (remove duplicates)houz2015-05-041-0/+2
| | | (bzr r14106)
* cmake: fix copy&paste error in LibCDR checkhouz2015-05-041-2/+2
| | | (bzr r14105)
* cmake: fix WITH_GTKSPELL configuration optionKen Moffat2015-05-041-1/+2
| | | (bzr r14103)
* cmake: add configuration option for ImageMagicksu_v2015-05-041-10/+16
| | | | | | | | | | Usage of ImageMagick for raster extensions and detection of image import resolution is optional; allow compiling without it. Fix failure to correctly detect ImageMagick component include dirs and libraries on linux as reported on irc: use variables which list all include dirs and libraries instead. (bzr r14102)
* Added base unit test source utilizing Google Test and corresponding CMake ↵Jon A. Cruz2015-05-031-0/+8
| | | | | support. (bzr r14100)
* cmake: move Intl check to 'Files we include' sectionsu_v2015-05-031-5/+5
| | | | | | | Because the FindIntl module was only recently added to Cmake, I added a copy to Inkscape's Modules dir in r14098 but forgot to properly reflect this in CMakeScripts/DefineDependsandFlags.cmake. (bzr r14099)
* cmake: use cmake modules for iconv and inltsu_v2015-05-031-11/+10
| | | (bzr r14098)
* cmake: add support for librevenge-based input formats (WPG, Visio, CDR)su_v2015-05-021-2/+34
| | | (bzr r14093)
* cmake: fix failing checks due to missing include and library paths (e.g. for ↵houz2015-05-021-2/+2
| | | | | gtk_window_fullscreen) (bzr r14091)
* cmake: enable Image Magick++ support for bitmap effectssu_v2015-05-021-0/+1
| | | (bzr r14090)
* cmake: fix build with poppler >= 0.29su_v2015-05-021-0/+4
| | | (bzr r14089)
* cmake: Fix WPG 0.2 build variablesBryce Harrington2015-05-021-2/+2
| | | | | | | | | | | 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)
* cmake: Fix osx-related issues with cmake-buildsu_v2015-05-011-1/+29
| | | | | | | | Add new helper function to retrive pkg-config variables in Cmake; use paths defined as environment variables for builds on OS X (useful if MacPorts is not installed into default prefix); check backend of GTK2 on OS X in main cmake file (x11|quartz). (bzr r14080)
* cmake: Add missing dependencies for libgomp and libjpgBryce Harrington2015-04-291-2/+10
| | | (bzr r14070.1.5)
* cmake: Don't depend on OpenSSLBryce Harrington2015-04-291-3/+3
| | | | | | I'm not sure why this was in the cmake rules but it doesn't seem to be required for plain vanilla Inkscape builds. (bzr r14070.1.2)
* Patch from comment 4. Fixes build with cmake and poppler-0.26.4.Shlomi Fish2014-11-251-7/+21
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1378843 (bzr r13764)