From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> We don't set the package URL in AC_INIT() so the URL section in pkgconfig files is empty. Set it to the address of the main git repo. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78a6670..34de870 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,8 @@ AC_PREREQ([2.71]) -AC_INIT([libgpiod], [2.3]) +AC_INIT([libgpiod], [2.3], [], [], + [https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/]) AC_SUBST(EXTRA_VERSION, [-devel]) AC_DEFINE_UNQUOTED([GPIOD_VERSION_STR], -- 2.45.2