meson: Rename some options

This commit is contained in:
Rafał Dzięgiel
2021-09-08 20:46:43 +02:00
parent 6cddb1a16d
commit 3c500e0be9
2 changed files with 5 additions and 5 deletions

View File

@@ -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')