[evince/gpoo/revert-browser: 2/2] Revert "build: Remove browser-plugin from meson options"



commit 384a3d0e7f6759f656c749d099d582a993c290ab
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu Jan 31 00:18:13 2019 -0300

    Revert "build: Remove browser-plugin from meson options"
    
    This reverts commit 523d584fb895b4988eb3928c5d45e26761727890.
    
    Necessary to build the browser-plugin using meson, as the
    browser-plugin has been restored.

 meson_options.txt | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/meson_options.txt b/meson_options.txt
index df8a1e86..7d4740fa 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,6 +3,7 @@ option('platform', type: 'combo', choices: ['gnome', 'win32'], value: 'gnome', d
 option('viewer', type: 'boolean', value: true, description: 'whether Viewer support is requested')
 option('previewer', type: 'boolean', value: true, description: 'whether Previewer support is requested')
 option('thumbnailer', type: 'boolean', value: true, description: 'whether Thumbnailer support is requested')
+option('browser_plugin', type: 'boolean', value: false, description: 'whether Browser Plugin support is 
requested')
 option('nautilus', type: 'boolean', value: true, description: 'whether Nautilus support is requested')
 
 option('comics', type: 'feature', value: 'auto', description: 'whether Comics support is requested')
@@ -24,4 +25,5 @@ option('gspell', type: 'feature', value: 'auto', description: 'whether gpsell su
 
 option('t1lib', type: 'feature', value: 'auto', description: 'whether support of t1lib for type1 fonts in 
dvi is requested')
 
+option('browser_plugin_dir', type: 'string', value: 'mozilla/plugins', description: 'custom directory for 
browser plugin')
 option('systemduserunitdir', type: 'string', value: '', description: 'custom directory for systemd user 
units, or \'no\' to disable')


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