diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2015-11-09 00:46:25 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2015-11-09 00:46:25 +0000 |
| commit | 94f3d50ddcbd6ceca8d3d834554a5100142648e4 (patch) | |
| tree | 678134bf89fec34955dc6fdcba44c24d772a7de3 /src/widgets/Makefile_insert | |
| parent | Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQ (diff) | |
| download | inkscape-94f3d50ddcbd6ceca8d3d834554a5100142648e4.tar.gz inkscape-94f3d50ddcbd6ceca8d3d834554a5100142648e4.zip | |
Enable builds without flood/trace on systems without Potrace
(bzr r14449.1.4)
Diffstat (limited to 'src/widgets/Makefile_insert')
| -rw-r--r-- | src/widgets/Makefile_insert | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/widgets/Makefile_insert b/src/widgets/Makefile_insert index f66be66ed..6913f4a58 100644 --- a/src/widgets/Makefile_insert +++ b/src/widgets/Makefile_insert @@ -58,8 +58,6 @@ ink_common_sources += \ widgets/node-toolbar.h \ widgets/paint-selector.cpp \ widgets/paint-selector.h \ - widgets/paintbucket-toolbar.cpp \ - widgets/paintbucket-toolbar.h \ widgets/pencil-toolbar.cpp \ widgets/pencil-toolbar.h \ widgets/rect-toolbar.cpp \ @@ -109,5 +107,13 @@ ink_common_sources += \ widgets/zoom-toolbar.h \ widgets/widget-sizes.h +if HAVE_POTRACE + +ink_common_sources += \ + widgets/paintbucket-toolbar.cpp \ + widgets/paintbucket-toolbar.h + +endif + widgets/button.$(OBJEXT): helper/sp-marshal.h widgets/menu.$(OBJEXT): helper/sp-marshal.h |
