From 84ad3397a22ff0522fb4678f258656d882442209 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 16 Mar 2014 23:26:04 +0100 Subject: [PATCH] Move private libs into Libs.private in the pkg-config file. --- movit.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/movit.pc.in b/movit.pc.in index 8299dc9..b11ba15 100644 --- a/movit.pc.in +++ b/movit.pc.in @@ -13,5 +13,6 @@ Description: Movit is a library for high-quality, high-performance video filters Version: git Requires: Conflicts: -Libs: -lmovit @GLEW_LIBS@ @FFTW3_LIBS@ +Libs: -lmovit +Libs.private: @GLEW_LIBS@ @FFTW3_LIBS@ Cflags: -I${includedir}/movit @Eigen3_CFLAGS@ @GLEW_CFLAGS@ @FFTW3_CFLAGS@ -- 2.39.2