mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
lcms2: fix lcms2.pc.in thread library dependency (for static linking)
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
de90e02c60
commit
70030101e1
@ -0,0 +1,26 @@
|
|||||||
|
From 0b55fd4e0935a0231ca258fde631a95215df2f72 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Peter Seiderer <ps.report@gmx.net>
|
||||||
|
Date: Fri, 11 Nov 2016 23:29:56 +0100
|
||||||
|
Subject: [PATCH] Fix lcms2.pc.in thread library dependency.
|
||||||
|
|
||||||
|
Needed (sometimes) for static linking.
|
||||||
|
|
||||||
|
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
||||||
|
---
|
||||||
|
lcms2.pc.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/lcms2.pc.in b/lcms2.pc.in
|
||||||
|
index b715f59..5b4213c 100644
|
||||||
|
--- a/lcms2.pc.in
|
||||||
|
+++ b/lcms2.pc.in
|
||||||
|
@@ -7,5 +7,5 @@ Name: @PACKAGE@
|
||||||
|
Description: LCMS Color Management Library
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: -L${libdir} -llcms2
|
||||||
|
-Libs.private: @LIB_MATH@
|
||||||
|
+Libs.private: @LIB_MATH@ @LIB_THREAD@
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
--
|
||||||
|
2.8.1
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user