From 7efdb714020ad37211336ca02b48c38e41afe359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Tue, 2 Oct 2018 14:58:31 +0200 Subject: meson: Move pkg-config generation in src/ --- meson.build | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 1bf915e..90990db 100644 --- a/meson.build +++ b/meson.build @@ -286,16 +286,3 @@ subdir('src') subdir('tools') subdir('tests') - - - -# -# Generate pkg-config .pc file -# -pkg_mod = import('pkgconfig') -pkg_mod.generate(libraries: libdav1d, - version: meson.project_version(), - name: 'libdav1d', - filebase: 'dav1d', - description: 'AV1 decoding library' -) -- cgit v1.2.3