[phodav] meson: fix pkgconfig name



commit 5007b658ad0a3814845e04b7e8caeb194699f0a9
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Tue Feb 26 11:17:21 2019 +0100

    meson: fix pkgconfig name
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 libphodav/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/libphodav/meson.build b/libphodav/meson.build
index 148d50c..ad04523 100644
--- a/libphodav/meson.build
+++ b/libphodav/meson.build
@@ -45,6 +45,7 @@ libphodav = library(
 pkgconfig = import('pkgconfig')
 pkgconfig.generate(
   libphodav,
+  filebase : 'libphodav-2.0',
   description : 'A WebDAV library based on libsoup',
   subdirs : 'libphodav-2.0',
   requires : 'libsoup-2.4'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]