[eog: 17/21] build: Removed unnecessary parameter



commit 0c5aa2196cfc0b57db929026aaaf33f7986eb33c
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Fri Jun 28 10:36:34 2019 +0200

    build: Removed unnecessary parameter
    
    The `symlink_media` parameter is `true` by default so it is not
    necessary to add it in this case.

 help/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/help/meson.build b/help/meson.build
index 78c59b38..c51667f4 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -48,5 +48,4 @@ gnome.yelp(
   meson.project_name(),
   sources: sources,
   media: media,
-  symlink_media: true,
 )


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