From ff5ed26f21d304e867ab57781878069567deb23d Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Mon, 3 Aug 2020 19:49:58 +0000 Subject: [PATCH] Fix build errors if PREFIX is different from ECM's PREFIX. See for details --- KF5PlasmaMacros.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/KF5PlasmaMacros.cmake b/KF5PlasmaMacros.cmake index 494b42d56..80b3fd8dd 100644 --- a/KF5PlasmaMacros.cmake +++ b/KF5PlasmaMacros.cmake @@ -1,6 +1,5 @@ -find_package(ECM 1.6.0 CONFIG REQUIRED) -include(${ECM_KDE_MODULE_DIR}/KDEInstallDirs.cmake) +include(KDEInstallDirs) set(PLASMA_RELATIVE_DATA_INSTALL_DIR "plasma") set(PLASMA_DATA_INSTALL_DIR "${KDE_INSTALL_DATADIR}/${PLASMA_RELATIVE_DATA_INSTALL_DIR}") -- GitLab nput type='submit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
ref='/guix/commit/tests/lzlib.scm?id=2c5dd47ceffd61d155e64dcb1764ffaea0ffd546'>tests: lzlib: Do not fail if lzlib in not available....
AgeCommit message (Expand)Author
2021-04-18tests: ldap: Fix it....Mathieu Othacehe
Mathieu Othacehe
2019-05-27lzlib: Add 'make-lzip-input-port/compressed'....Ludovic Courtès
2019-05-06Add (guix lzlib)....Pierre Neidhardt