From fb275fb95d9c41c091fd0ebb9ac4f8edb78eb89b Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Sun, 3 Nov 2019 22:04:30 +0000 Subject: Add install dir for systemd units Summary: Like we have for other FD.O projects like DBus service files Test Plan: Unit test passes Used in another project, and it installed to the correct place Reviewers: apol Reviewed By: apol Subscribers: kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D25107 --- tests/KDEInstallDirsTest/var_list.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/KDEInstallDirsTest/var_list.cmake b/tests/KDEInstallDirsTest/var_list.cmake index f6dc95d1..a706cef8 100644 --- a/tests/KDEInstallDirsTest/var_list.cmake +++ b/tests/KDEInstallDirsTest/var_list.cmake @@ -42,6 +42,8 @@ set(var_suffixes SHAREDSTATEDIR SOUNDDIR SYSCONFDIR + SYSTEMDUNITDIR + SYSTEMDUSERUNITDIR TEMPLATEDIR WALLPAPERDIR) if(APPLE) @@ -84,6 +86,8 @@ set(compat_QTQUICKIMPORTSDIR IMPORTS_INSTALL_DIR) set(compat_SBINDIR SBIN_INSTALL_DIR) set(compat_SOUNDDIR SOUND_INSTALL_DIR) set(compat_SYSCONFDIR SYSCONF_INSTALL_DIR) +set(compat_SYSTEM_UNIT_INSTALL_DIR) +set(compat_SYSTEM_USER_UNIT_INSTALL_DIR) set(compat_TEMPLATEDIR TEMPLATES_INSTALL_DIR) set(compat_WALLPAPERDIR WALLPAPER_INSTALL_DIR) if(APPLE) -- cgit v1.2.1