From c1bf2f2c3cc0f8f8dd2ea8f6aa92ce166aeff111 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Fri, 12 Mar 2021 00:12:30 +0100 Subject: [PATCH] Found the change there, looks good to me, committing --- meson.build | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index ae65941..bdcca14 100644 --- a/meson.build +++ b/meson.build @@ -30,8 +30,12 @@ install_headers( subdir: 'vectorwrapper', ) -vwr_lib = library(meson.project_name(), dependencies: [vectorwrapper_dep]) -pkg.generate(vwr_lib) +pkg.generate( + name: meson.project_name(), + description: 'A template vector wrapper class for C++', + url: 'https://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper/', + subdirs: '' +) if get_option('build_testing') subdir('test')