[gnome-user-share] build: Replace path with full_path



commit a002b6a8b38922550ff66241fe31ddaa8b062376
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Fri Jul 15 10:59:08 2022 +0200

    build: Replace path with full_path
    
    path is deprecated in 0.55.0.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1a71d26..4c50a2c 100644
--- a/meson.build
+++ b/meson.build
@@ -73,7 +73,7 @@ if systemd_systemduserunitdir == ''
 endif
 
 httpd = find_program(get_option('httpd'), required: false)
-httpd_path = (httpd.found() ? httpd.path() : '')
+httpd_path = (httpd.found() ? httpd.full_path() : '')
 
 sockets_deps = []
 if not cc.has_function('socket')


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