libv4l: Use Requires.private where appropiate in .pc files
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>
Wed, 11 Mar 2009 12:17:15 +0000 (13:17 +0100)
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>
Wed, 11 Mar 2009 12:17:15 +0000 (13:17 +0100)
From: Gregor Jasny <gjasny@web.de>

Use Requires.private where appropiate in .pc files.

Priority: normal

Signed-off-by: Gregor Jasny <gjasny@web.de>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
lib/ChangeLog
lib/libv4l1/Makefile
lib/libv4l2/Makefile

index 32c35c9..c4f6ffa 100644 (file)
@@ -4,6 +4,7 @@ libv4l-0.5.8
   <jb@jblache.org>
 * Remove v4lconvert_yvyu_to_yuv420 function as its functionality is
   duplicate with v4lconvert_yuyv_to_yuv420
+* Use Requires.private where appropiate in .pc files (patch by Gregor Jasny)
 
 libv4l-0.5.7
 ------------
index 7687a0a..80ba282 100644 (file)
@@ -46,7 +46,7 @@ libv4l1.pc:
        @echo 'Name: libv4l1' >> libv4l1.pc
        @echo 'Description: v4l1 compatibility library' >> libv4l1.pc
        @echo 'Version: '$(V4L2_LIB_VERSION) >> libv4l1.pc
-       @echo 'Requires: libv4l2' >> libv4l1.pc
+       @echo 'Requires.private: libv4l2' >> libv4l1.pc
        @echo 'Libs: -L$${libdir} -lv4l1' >> libv4l1.pc
        @echo 'Libs.private: -lpthread' >> libv4l1.pc
        @echo 'Cflags: -I$${prefix}/include' >> libv4l1.pc
index 8e6d2c3..bb9e407 100644 (file)
@@ -45,7 +45,7 @@ libv4l2.pc:
        @echo 'Name: libv4l2' >> libv4l2.pc
        @echo 'Description: v4l2 device access library' >> libv4l2.pc
        @echo 'Version: '$(V4L2_LIB_VERSION) >> libv4l2.pc
-       @echo 'Requires: libv4lconvert' >> libv4l2.pc
+       @echo 'Requires.private: libv4lconvert' >> libv4l2.pc
        @echo 'Libs: -L$${libdir} -lv4l2' >> libv4l2.pc
        @echo 'Libs.private: -lpthread' >> libv4l2.pc
        @echo 'Cflags: -I$${prefix}/include' >> libv4l2.pc