From e47c13fd8ebc24932ec58078369fe325beb3ea64 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 30 May 2022 22:26:12 +0200 Subject: Call libgphoto2_port 0.12.1, add pc file requirement Change the libgphoto2_port version from 0.12.0 to 0.12.1 so that the libgphoto2 pkgconfig files can require libgphoto2_port >= 0.12.1 due to new symbols added. This will not catch all possible build/install/link messups, but will not hurt anyone and could catch some messups. --- libgphoto2.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgphoto2.pc.in') diff --git a/libgphoto2.pc.in b/libgphoto2.pc.in index 633c7c6a8..3c9b303f5 100644 --- a/libgphoto2.pc.in +++ b/libgphoto2.pc.in @@ -9,7 +9,7 @@ Name: libgphoto2 Description: Library for easy access to digital cameras URL: http://gphoto.org/proj/libgphoto2/ Version: @VERSION@ -Requires: libgphoto2_port >= 0.10.0 +Requires: libgphoto2_port >= 0.12.1 Requires.private: @REQUIREMENTS_FOR_LIBEXIF@ Libs: -L${libdir} -lgphoto2 -lm Cflags: -I${includedir} -I${includedir}/gphoto2 -- cgit v1.2.1