diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-13 19:34:06 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-02-13 19:34:06 +0000 |
| commit | e0a83507e07588b45c83c003bee116e4d74e0c5d (patch) | |
| tree | 8e66a4aa683b94894efd65413f1b886390ec6499 /CMakeScripts/Install.cmake | |
| parent | Translation. en_GB translation update for 0.92.1. (diff) | |
| download | inkscape-e0a83507e07588b45c83c003bee116e4d74e0c5d.tar.gz inkscape-e0a83507e07588b45c83c003bee116e4d74e0c5d.zip | |
CMake: Include GSettings schemas into Windows installation
Fixes crash issue when trying to use GTK file dialogs
(error: "GLib-GIO-ERROR **: No GSettings schemas are installed on the system")
Fixed bugs:
- https://launchpad.net/bugs/1663884
- https://launchpad.net/bugs/1663999
(bzr r15514)
Diffstat (limited to 'CMakeScripts/Install.cmake')
| -rw-r--r-- | CMakeScripts/Install.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake index 01db2644c..fc82172e7 100644 --- a/CMakeScripts/Install.cmake +++ b/CMakeScripts/Install.cmake @@ -208,6 +208,9 @@ if(WIN32) install(DIRECTORY ${DEVLIBS_PATH}/share/poppler
DESTINATION ${CMAKE_INSTALL_PREFIX}/share)
+ install(DIRECTORY ${DEVLIBS_PATH}/share/glib-2.0/schemas
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/glib-2.0)
+
install(DIRECTORY ${DEVLIBS_PATH}/etc/fonts
DESTINATION ${CMAKE_INSTALL_PREFIX}/etc)
|
