From: Steinar H. Gunderson Date: Sun, 16 Mar 2014 22:26:04 +0000 (+0100) Subject: Move private libs into Libs.private in the pkg-config file. X-Git-Tag: 1.0.3~1 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=84ad3397a22ff0522fb4678f258656d882442209;ds=sidebyside Move private libs into Libs.private in the pkg-config file. --- 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@