| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix for cmake linking, currently include some hard coded paths since their ↵ | Campbell Barton | 2012-10-03 | 1 | -8/+14 |
| | | | | | | | | are no find modules for these libs at the moment. inkscape now builds with cmake (on my system at least) (bzr r11730) | ||||
| * | add ENABLE_POPPLER cmake build option - if you had poppler there was no way ↵ | Campbell Barton | 2012-10-03 | 1 | -24/+29 |
| | | | | | | to disable it (bzr r11726) | ||||
| * | Fix building with Poppler 0.20 (LP: #1005565) | Luca Bruno | 2012-06-30 | 1 | -0/+4 |
| | | | | | | | | | Poppler >= 0.20 has a new internal API for errors and other miscellanea. As we are abusing these internal functionalities, they broke from time to time. Fixing it for now with a new conditional build flag. This fixes https://bugs.launchpad.net/inkscape/+bug/1005565 (bzr r11518) | ||||
| * | add libs for windows | Johan B. C. Engelen | 2012-03-08 | 1 | -0/+9 |
| | | | | (bzr r11063) | ||||
| * | fix for building when WITH_LIBWPG couldn't be found. | Campbell Barton | 2011-09-27 | 1 | -1/+2 |
| | | | | (bzr r10651) | ||||
| * | cmake: aspell/gtkspell/poppler-cairo/libwpg | Campbell Barton | 2011-09-26 | 1 | -4/+58 |
| | | | | | | | patch #822009 to address bug #820863 from Yu-Jie Lin. (bzr r10648) | ||||
| * | cmake: add option to build with LCMS | Campbell Barton | 2011-08-03 | 1 | -0/+11 |
| | | | | | | also build in Release mode by default. (bzr r10525) | ||||
| * | added WITH_GNOME_VFS as an option for cmake | Campbell Barton | 2011-07-16 | 1 | -3/+9 |
| | | | | (bzr r10460) | ||||
| * | fix for building with dbus and cmake | Campbell Barton | 2011-07-08 | 1 | -0/+11 |
| | | | | (bzr r10426) | ||||
| * | fix for building with cmake, renaming the GTK2 package didnt work right, ↵ | Campbell Barton | 2011-07-08 | 1 | -1/+1 |
| | | | | | | 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) | ||||
| * | added a Modules cmake dir, only use for find_package, reference cmake ↵ | Campbell Barton | 2011-06-25 | 1 | -2/+2 |
| | | | | | | include paths explicitly. (bzr r10358) | ||||
| * | cmake: added a patched FindGTK2 to include cairommconfig.h | Campbell Barton | 2011-06-25 | 1 | -6/+4 |
| | | | | (bzr r10357) | ||||
| * | cmake: inkscape source dirs were included using system setting | Campbell Barton | 2011-06-22 | 1 | -20/+27 |
| | | | | (bzr r10336) | ||||
| * | get cmake working again. | Campbell Barton | 2011-06-22 | 1 | -0/+6 |
| | | | | (bzr r10334) | ||||
| * | minor changes to cmake, use lib/ and bin/ in the build dir. | Campbell Barton | 2011-06-17 | 1 | -6/+3 |
| | | | | (bzr r10311) | ||||
| * | Attempt to make ImageMagick and OpenMP optional with cmake. | Jon A. Cruz | 2011-06-15 | 1 | -10/+14 |
| | | | | (bzr r10306) | ||||
| * | cmake: use system includes (-isystem in gcc). | Campbell Barton | 2011-06-14 | 1 | -1/+1 |
| | | | | (bzr r10300) | ||||
| * | cmake: use cmakes freetype module | Campbell Barton | 2011-06-13 | 1 | -16/+8 |
| | | | | (bzr r10298) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -3/+10 |
| | | | | | | | - added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -46/+93 |
| | | | | | | | - remove hard coded include and libraries. - remove gtk/imagemagic modules (use cmakes). (bzr r10294) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -42/+79 |
| | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -14/+14 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: minor fixes | Joshua L. Blocher | 2009-01-10 | 1 | -1/+0 |
| | | | | (bzr r7104) | ||||
| * | Cmake: New FindGTK2 | Joshua L. Blocher | 2009-01-09 | 1 | -4/+2 |
| | | | | (bzr r7103) | ||||
| * | Cmake: more fixes plus a patch for OSX paths by Henrik Gustafsson | Joshua L. Blocher | 2009-01-07 | 1 | -63/+63 |
| | | | | (bzr r7093) | ||||
| * | Cmake: add missing file | Joshua L. Blocher | 2009-01-06 | 1 | -56/+56 |
| | | | | (bzr r7090) | ||||
| * | Cmake: Add GSL to LIBS and Includes | Joshua L. Blocher | 2008-06-24 | 1 | -0/+2 |
| | | | | (bzr r6047) | ||||
| * | Cmake: fix quoting in INKSCAPE_LIBS | Joshua L. Blocher | 2008-06-18 | 1 | -13/+13 |
| | | | | (bzr r5989) | ||||
| * | Cmake: Add src/ to include_directories, fix missing includes for file checks | Joshua L. Blocher | 2008-06-18 | 1 | -2/+3 |
| | | | | (bzr r5986) | ||||
| * | Cmake: fix config.h not being found | Joshua L. Blocher | 2008-06-14 | 1 | -1/+0 |
| | | | | (bzr r5944) | ||||
| * | Cmake: added windows path to find modules. | Joshua L. Blocher | 2008-05-31 | 1 | -8/+8 |
| | | | | (bzr r5770) | ||||
| * | Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, ↵ | Joshua L. Blocher | 2008-05-29 | 1 | -1/+1 |
| | | | | | | remove old/unused files (bzr r5760) | ||||
| * | Cmake: More Dependency work, added new files | Joshua L. Blocher | 2008-05-25 | 1 | -21/+34 |
| | | | | (bzr r5754) | ||||
| * | Cmake: Find Dependencies rebuilt | Joshua L. Blocher | 2008-05-22 | 1 | -0/+48 |
| (bzr r5731) | |||||
