gplugin/gplugin

Add ruby 2.4 and 2.5 as allowed versions
feature/ruby-loader
2018-07-18, Jason Scherer
80402c26bcc1
Add ruby 2.4 and 2.5 as allowed versions
###############################################################################
# Options
###############################################################################
option(
'gobject-introspection',
type : 'boolean', value : true,
description : 'Whether or not to build a GObject Introspection type library'
)
option(
'nls',
type : 'boolean', value : true,
description : 'Install translation files'
)
option(
'testing',
type : 'boolean', value : true,
description : 'Whether or not to run unit tests while compiling'
)
option(
'help2man',
type : 'boolean', value : true,
description : 'Whether or not to build man pages from --help output'
)
option(
'gtk3',
type : 'boolean', value : true,
description : 'Whether or not to build the gtk3 library'
)
option(
'lua',
type : 'boolean', value : true,
description : 'Whether or not to build the Lua plugin loader'
)
option(
'moonscript-tests',
type : 'boolean', value : false,
description : 'Whether or not to run the moonscript tests'
)
option(
'perl',
type : 'boolean', value : false,
description : 'Whether or not to build the Perl plugin loader'
)
option(
'python',
type : 'boolean', value : true,
description : 'Whether or not to build the Python 3.x plugin loader'
)
option(
'ruby',
type : 'boolean', value : true,
description : 'Whether or not to build the Ruby plugin loader.'
)
option(
'tcc',
type : 'boolean', value : false,
description : 'Whether or not to build the TCC plugin loader'
)