Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 673110 | Differences between
and this patch

Collapse All | Expand All

(-)a/layer_factory/CMakeLists.txt (-1 / +1 lines)
Lines 142-148 elseif(UNIX) Link Here
142
            DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/../layers/${config_file}.json
142
            DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/../layers/${config_file}.json
143
        )
143
        )
144
144
145
        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/../layers/staging-json/${config_file}.json DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/vulkan/explicit_layer.d)
145
        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/../layers/staging-json/${config_file}.json DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/vulkan/explicit_layer.d)
146
        install(TARGETS ${config_file} DESTINATION ${CMAKE_INSTALL_LIBDIR})
146
        install(TARGETS ${config_file} DESTINATION ${CMAKE_INSTALL_LIBDIR})
147
    endforeach(factory_layer)
147
    endforeach(factory_layer)
148
endif()
148
endif()
(-)a/layersvt/CMakeLists.txt (-1 / +1 lines)
Lines 93-99 else() Link Here
93
            VERBATIM
93
            VERBATIM
94
            DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/linux/${config_file}.json
94
            DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/linux/${config_file}.json
95
            )
95
            )
96
        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/staging-json/${config_file}.json DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/vulkan/explicit_layer.d)
96
        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/staging-json/${config_file}.json DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/vulkan/explicit_layer.d)
97
    endforeach(config_file)
97
    endforeach(config_file)
98
endif()
98
endif()
99
99
(-)a/vktrace/vktrace_layer/CMakeLists.txt (-1 / +1 lines)
Lines 91-97 if (NOT WIN32) Link Here
91
            VERBATIM
91
            VERBATIM
92
            DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/linux/${config_file}.json
92
            DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/linux/${config_file}.json
93
            )
93
            )
94
        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/staging-json/${config_file}.json DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/vulkan/explicit_layer.d)
94
        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/staging-json/${config_file}.json DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/vulkan/explicit_layer.d)
95
    endforeach(config_file)
95
    endforeach(config_file)
96
else()
96
else()
97
    if (NOT (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR))
97
    if (NOT (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR))

Return to bug 673110