[packages/libQuotient] - pass relative install dirs to fix .pc file
qboosh
qboosh at pld-linux.org
Thu Jun 5 21:58:18 CEST 2025
commit c9be2fc5adee99b6234ad8fc088961810f705fef
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jun 5 21:54:16 2025 +0200
- pass relative install dirs to fix .pc file
libQuotient.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libQuotient.spec b/libQuotient.spec
index f89201c..410630e 100644
--- a/libQuotient.spec
+++ b/libQuotient.spec
@@ -93,8 +93,10 @@ Pliki nagłówkowe dla programistów używających libQuotient z Qt6.
-B build \
-G Ninja \
%{!?with_tests:-DBUILD_TESTING=OFF} \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_WITH_QT6=ON \
+ -DCMAKE_INSTALL_INCLUDEDIR=include \
+ -DCMAKE_INSTALL_LIBDIR=%{_lib} \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DQuotient_ENABLE_E2EE=ON
%ninja_build -C build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libQuotient.git/commitdiff/3691110a513cc5c8633f2f081d797065faf4207a
More information about the pld-cvs-commit
mailing list