Ticket #56806: patch-inkscape_base_rpath.diff

File patch-inkscape_base_rpath.diff, 476 bytes (added by RJVB (René Bertin), 6 years ago)
  • src/CMakeLists.txt

    diff --git src/CMakeLists.txt src/CMakeLists.txt
    index 9ee4491..76a8b7c 100644
    endif() 
    526526
    527527# Build everything except main and inkview.c in a shared library.
    528528add_library(inkscape_base SHARED ${inkscape_SRC} ${sp_SRC})
     529set_target_properties(inkscape_base PROPERTIES
     530    INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib/inkscape)
    529531
    530532# make executables for inkscape and inkview
    531533add_executable(inkscape ${main_SRC})