Taken from the Debian package. From 7be4a19b76d98260cf95040a47935f854a4ba7a4 Mon Sep 17 00:00:00 2001 From: Valentin Rusu Date: Sat, 17 Dec 2011 13:47:58 +0100 Subject: [PATCH] Fix .pc file by adding clucene-shared library --- src/core/libclucene-core.pc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/src/core/libclucene-core.pc.cmake +++ b/src/core/libclucene-core.pc.cmake @@ -6,6 +6,6 @@ includedir=${prefix}/include:${prefix}/i Name: libclucene Description: CLucene - a C++ search engine, ported from the popular Apache Lucene Version: @CLUCENE_VERSION_MAJOR@.@CLUCENE_VERSION_MINOR@.@CLUCENE_VERSION_REVISION@.@CLUCENE_VERSION_PATCH@ -Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core +Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext ~ 'submit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/lightdm.scm
AgeCommit message (Expand)Author
2023-07-19tests: lightdm: Bump timeout waiting for screen text to 60 seconds....Maxim Cournoyer
2023-07-09gnu: lightdm: Apply patch to fix VNC server address binding ordering....Maxim Cournoyer
2023-03-21services: Add x11-socket-directory-service-type....Bruno Victal
2023-03-03services: dbus: Deprecate 'dbus-service' procedure....Bruno Victal
2023-03-03services: desktop: Deprecate 'accountsservice-service' procedure....Bruno Victal
2023-03-03services: desktop: Deprecate 'elogind-service' procedure....Bruno Victal
2022-11-17tests: lightdm: Use set-xorg-configuration to set keyboard layout....Maxim Cournoyer
2022-08-28services: Add lightdm-service-type....Maxim Cournoyer