diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-04-17 10:49:25 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-04-17 10:49:25 +0200 |
commit | 719bc62fd5ec60a01544dbcd3ce01b8356151f56 (patch) | |
tree | c9e5e57ffd1d30c8c334d366fe47b8d5aedc2c13 /v4l2-apps/libv4l | |
parent | b2a1a64aa8c773f2648b5526bf414277d3106854 (diff) | |
download | mediapointer-dvb-s2-719bc62fd5ec60a01544dbcd3ce01b8356151f56.tar.gz mediapointer-dvb-s2-719bc62fd5ec60a01544dbcd3ce01b8356151f56.tar.bz2 |
libv4l: add missing Libs.private to v4lconvert.pc
From: Hans de Goede <hdegoede@redhat.com>
libv4l: add missing Libs.private to v4lconvert.pc
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l')
-rw-r--r-- | v4l2-apps/libv4l/libv4lconvert/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/Makefile b/v4l2-apps/libv4l/libv4lconvert/Makefile index 1ffabcbb9..ffc2e337d 100644 --- a/v4l2-apps/libv4l/libv4lconvert/Makefile +++ b/v4l2-apps/libv4l/libv4lconvert/Makefile @@ -46,6 +46,7 @@ libv4lconvert.pc: @echo 'Description: v4l format conversion library' >> libv4lconvert.pc @echo 'Version: '$(V4L2_LIB_VERSION) >> libv4lconvert.pc @echo 'Libs: -L$${libdir} -lv4lconvert' >> libv4lconvert.pc + @echo 'Libs.private: -lrt' >> libv4lconvert.pc @echo 'Cflags: -I$${prefix}/include' >> libv4lconvert.pc install: all |