diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-13 17:03:28 +0000 |
|---|---|---|
| committer | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-13 17:34:48 +0000 |
| commit | 5433ac0513099a4a12caba0cda8a2a9d30e13a22 (patch) | |
| tree | dba3a5a9072cb434e87cd3f81312df17ecdea7db /CMakeLists.txt | |
| parent | Add test file for previous commit (!important rule for inline-style). (diff) | |
| download | inkscape-5433ac0513099a4a12caba0cda8a2a9d30e13a22.tar.gz inkscape-5433ac0513099a4a12caba0cda8a2a9d30e13a22.zip | |
Remove deprecated GNOME VFS
Just use Gio::File when access to non-local files is needed.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b643b2b6..4732766c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,6 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib CACHE PATH "Output di # ----------------------------------------------------------------------------- option(WITH_DBUS "Compile with support for DBus interface" OFF) option(ENABLE_LCMS "Compile with LCMS support" ON) -option(WITH_GNOME_VFS "Compile with support for Gnome VFS" ON) option(WITH_SVG2 "Compile with support for new SVG2 features" ON) option(WITH_LPETOOL "Compile with LPE Tool and experimental LPEs enabled" ON) option(WITH_OPENMP "Compile with OpenMP support" ON) @@ -273,7 +272,6 @@ message("ENABLE_POPPLER: ${ENABLE_POPPLER}") message("ENABLE_POPPLER_CAIRO: ${ENABLE_POPPLER_CAIRO}") message("GMOCK_PRESENT: ${GMOCK_PRESENT}") message("WITH_DBUS: ${WITH_DBUS}") -message("WITH_GNOME_VFS: ${WITH_GNOME_VFS}") message("WITH_GTKSPELL: ${WITH_GTKSPELL}") message("WITH_IMAGE_MAGICK: ${WITH_IMAGE_MAGICK}") message("WITH_LIBCDR: ${WITH_LIBCDR}") |
