Origin: Debian
Bug-Debian: https://bugs.debian.org/887452
Last-Update: 2018-01-25
Gbp-Pq: Name Allow-packagers-set-kconfig_compiler-install-dir.patch
include (ECMPoQmTools)
ecm_install_po_files_as_qm(poqm)
+# allow kconfig_compiler install dir to be set as a configure argument
+set(KCONFIG_COMPILER_INSTALL_DIR "${KDE_INSTALL_LIBEXECDIR_KF}" CACHE STRING
+ "Set directory for kconfig compiler tool")
# create a Config.cmake and a ConfigVersion.cmake file and install them
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF6Config")
ecm_mark_nongui_executable(kconfig_compiler)
-install(TARGETS kconfig_compiler EXPORT KF6ConfigCompilerTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF})
+install(TARGETS kconfig_compiler EXPORT KF6ConfigCompilerTargets DESTINATION ${KCONFIG_COMPILER_INSTALL_DIR})