From: Steinar H. Gunderson Date: Sun, 3 Feb 2013 12:52:53 +0000 (+0100) Subject: Small cleanup in movit.pc.in. X-Git-Tag: 1.0~126 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=d98081df26d115a46404baaa83e9a927ebe37b87 Small cleanup in movit.pc.in. --- diff --git a/movit.pc.in b/movit.pc.in index b847cad..b089551 100644 --- a/movit.pc.in +++ b/movit.pc.in @@ -10,5 +10,5 @@ Description: Movit is a library for high-quality, high-performance video filters Version: git Requires: Conflicts: -Libs: -lmovit -lGLEW +Libs: -lmovit @GLEW_LIBS@ Cflags: -I${includedir}/movit @Eigen3_CFLAGS@ @GLEW_CFLAGS@