summaryrefslogtreecommitdiff
path: root/graphics/geeqie/patches/patch-meson__options.txt
blob: a660bb3c87ec0f9eb590aaae367674bb5c32895a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-meson__options.txt,v 1.2 2022/11/21 22:26:54 wiz Exp $

Allow disabling doxygen detection.
https://github.com/BestImageViewer/geeqie/pull/1051

--- meson_options.txt.orig	2022-08-12 09:32:25.000000000 +0000
+++ meson_options.txt
@@ -25,6 +25,7 @@ option('gq_localedir', type : 'string', 
 
 option('archive', type : 'feature', value : 'auto', description : 'archive files e.g. zip, gz')
 option('cms', type : 'feature', value : 'auto', description : 'color management system')
+option('doxygen', type : 'feature', value : 'auto', description : 'doxygen')
 option('djvu', type : 'feature', value : 'auto', description : 'djvu')
 option('exiv2', type : 'feature', value : 'auto', description : 'exiv2')
 option('videothumbnailer', type : 'feature', value : 'auto', description : 'video thumbnailer')