mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
meson: Rename some options
This commit is contained in:
@@ -19,11 +19,11 @@ datadir = join_paths(get_option('prefix'), get_option('datadir'))
|
||||
pkglibdir = join_paths(libdir, meson.project_name())
|
||||
pkgdatadir = join_paths(datadir, meson.project_name())
|
||||
|
||||
if get_option('clapper-lib')
|
||||
if get_option('lib')
|
||||
subdir('lib')
|
||||
endif
|
||||
|
||||
if get_option('clapper-player')
|
||||
if get_option('player')
|
||||
subdir('bin')
|
||||
subdir('data')
|
||||
subdir('po')
|
||||
|
@@ -1,12 +1,12 @@
|
||||
option('clapper-player',
|
||||
option('player',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
description: 'Build Clapper player'
|
||||
)
|
||||
option('clapper-lib',
|
||||
option('lib',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
description: 'Build Clapper libs (including API)'
|
||||
description: 'Build GstClapper lib'
|
||||
)
|
||||
option('devel-checks',
|
||||
type: 'boolean',
|
||||
|
Reference in New Issue
Block a user