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-uninstalled.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgphoto2-uninstalled.pc.in') diff --git a/libgphoto2-uninstalled.pc.in b/libgphoto2-uninstalled.pc.in index b3c6fc93d..e608834aa 100644 --- a/libgphoto2-uninstalled.pc.in +++ b/libgphoto2-uninstalled.pc.in @@ -17,7 +17,7 @@ Name: libgphoto2 Description: Library for easy access to digital cameras URL: http://gphoto.org/proj/libgphoto2/ Version: ${VERSION} -Requires: libgphoto2_port >= 0.7.2 +Requires: libgphoto2_port >= 0.12.1 Requires.private: @REQUIREMENTS_FOR_LIBEXIF@ # This is what works for gphoto-suite Libs: ${pcfiledir}/libgphoto2/libgphoto2.la -lm -- cgit v1.2.1