diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-14 11:26:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-14 11:26:40 +0200 |
commit | 978e123f0ff2ca606c2b7e44e042e71a1f037f96 (patch) | |
tree | dc38d2b07f7bf2b25e22439b334e9ab6627aea14 /dev-libs/grantlee | |
parent | dev-libs/grantlee: add 5.3.0, EAPI-8 bump (diff) | |
download | gentoo-978e123f0ff2ca606c2b7e44e042e71a1f037f96.tar.gz gentoo-978e123f0ff2ca606c2b7e44e042e71a1f037f96.tar.bz2 gentoo-978e123f0ff2ca606c2b7e44e042e71a1f037f96.zip |
dev-libs/grantlee: Fix grantlee-5.3.0-slot.patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/grantlee')
-rw-r--r-- | dev-libs/grantlee/files/grantlee-5.3.0-slot.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/grantlee/files/grantlee-5.3.0-slot.patch b/dev-libs/grantlee/files/grantlee-5.3.0-slot.patch index 896290499dcf..444274b0992c 100644 --- a/dev-libs/grantlee/files/grantlee-5.3.0-slot.patch +++ b/dev-libs/grantlee/files/grantlee-5.3.0-slot.patch @@ -43,7 +43,7 @@ index a472267..8134d83 100644 ) endforeach() endif() -+target_include_directories(Grantlee_TextDocument INTERFACE "$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}>") ++target_include_directories(Grantlee_TextDocument INTERFACE "$<INSTALL_INTERFACE:include/grantlee5>") if (GRANTLEE_BUILD_WITH_QT6) target_link_libraries(Grantlee_TextDocument |