1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-03 12:07:46 +01:00

Fix kf5_kconfig_compiler

This commit is contained in:
j1nx 2022-12-10 19:30:11 +01:00
parent a5db790571
commit 2b19df399c

View File

@ -26,7 +26,7 @@ KF5_KCONFIG_CONF_OPTS = -DCMAKE_CXX_FLAGS="$(KF5_KCONFIG_CXXFLAGS)"
KF5_KCONFIG_POST_INSTALL_STAGING_HOOKS = KF5_KCONFIG_COMPILER_FIX
define KF5_KCONFIG_COMPILER_FIX
cp /usr/lib/libexec/kf5/kconfig_compiler_kf5 $(STAGING_DIR)/usr/lib/libexec/
cp /usr/lib/libexec/kf5/kconfig_compiler_kf5 $(STAGING_DIR)/usr/lib/libexec/kf5/
endef
$(eval $(cmake-package))