diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2015-09-02 17:25:24 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-09-02 17:25:24 +0000 |
| commit | 6e64fe28600be374c09f456d6b0076a5fc02f02c (patch) | |
| tree | 3ac86f926cf975a3ea4c23a2c2956e94933dca34 /config.h.cmake | |
| parent | remove unneccessary include from r14304 (diff) | |
| download | inkscape-6e64fe28600be374c09f456d6b0076a5fc02f02c.tar.gz inkscape-6e64fe28600be374c09f456d6b0076a5fc02f02c.zip | |
cmake: make JPEG optional; fix using it (if found)
(bzr r14341)
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index c793f59b6..cd1d4eb5c 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -289,6 +289,9 @@ /* Image Magick++ support for bitmap effects */ #cmakedefine WITH_IMAGE_MAGICK 1 +/* Use libjpeg */ +#cmakedefine HAVE_JPEG 1 + /* Build in Inkboard support */ #cmakedefine WITH_INKBOARD 1 |
