diff options
| author | mio <stigma@disroot.org> | 2025-02-09 11:33:47 +1000 |
|---|---|---|
| committer | mio <stigma@disroot.org> | 2025-03-04 20:44:00 +1000 |
| commit | 9742e1366e800988acdc6c973c42f311c8af59ce (patch) | |
| tree | 97464b5b61638064ed026614878496d0ea71d25f /config.h.cmake | |
| parent | c5fbd1f8d860194b75536202e9774ea6582ddf39 (diff) | |
| download | tdelibs-9742e136.tar.gz tdelibs-9742e136.zip | |
tdehw: Add libnm dependency
This will ensure that the correct directory is searched by tdehw when
looking for VPN service files.
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 7a30ee518851ecc7d70c4a3c26e54fd12595a911)
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 2f29ba382..cd2ec1c96 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -891,6 +891,9 @@ /* Defined if compiling with the network-manager backend */ #cmakedefine WITH_NETWORK_MANAGER_BACKEND 1 +/* Directory where NetworkManager VPN service files are located */ +#cmakedefine NM_VPN_SERVICE_DIR "@NM_VPN_SERVICE_DIR@" + /* Defined if compiling with old XDG standard support */ #cmakedefine WITH_OLD_XDG_STD 1 |
