summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake
diff options
context:
space:
mode:
authorStefano Facchini <stefano.facchini@gmail.com>2017-10-13 17:03:28 +0000
committerStefano Facchini <stefano.facchini@gmail.com>2017-10-13 17:34:48 +0000
commit5433ac0513099a4a12caba0cda8a2a9d30e13a22 (patch)
treedba3a5a9072cb434e87cd3f81312df17ecdea7db /CMakeScripts/DefineDependsandFlags.cmake
parentAdd test file for previous commit (!important rule for inline-style). (diff)
downloadinkscape-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 'CMakeScripts/DefineDependsandFlags.cmake')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 48979c67e..b1ffbc9c8 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -59,16 +59,6 @@ if(APPLE AND DEFINED ENV{CMAKE_PREFIX_PATH})
endif()
-if(WITH_GNOME_VFS)
- find_package(GnomeVFS2)
- if(GNOMEVFS2_FOUND)
- list(APPEND INKSCAPE_INCS_SYS ${GNOMEVFS2_INCLUDE_DIR})
- list(APPEND INKSCAPE_LIBS ${GNOMEVFS-2_LIBRARY})
- else()
- set(WITH_GNOME_VFS OFF)
- endif()
-endif()
-
find_package(JeMalloc)
if (JEMALLOC_FOUND)
list(APPEND INKSCAPE_LIBS ${JEMALLOC_LIBRARIES})