This commit is contained in:
Rafał Dzięgiel
2022-02-02 18:19:26 +01:00
parent 159f96c984
commit 8a597fffe7
13 changed files with 1847 additions and 35 deletions

View File

@@ -19,7 +19,7 @@ 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('lib')
if get_option('lib') or not get_option('gst-plugin').disabled()
subdir('lib')
endif