From 29f791bb793077cdabc72c4f160948fa5afcf6da Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 12 May 2012 16:59:50 +0000 Subject: Fix package version extraction. Nothing appears to use this right now. svn path=/trunk/tools/buildsystem/; revision=13918 --- makefiles/Makefile.pkgconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles') diff --git a/makefiles/Makefile.pkgconfig b/makefiles/Makefile.pkgconfig index 14739bd..faf316a 100644 --- a/makefiles/Makefile.pkgconfig +++ b/makefiles/Makefile.pkgconfig @@ -24,7 +24,7 @@ define pkg_config_package_version $$(error pkg-config is required to auto-detect package version) endif - $(1) := $$(shell $$(PKGCONFIG) --version $(2)) + $(1) := $$(shell $$(PKGCONFIG) --modversion $(2)) endef -- cgit v1.2.3