Install gstclapper libs to app named subdirectory

This commit is contained in:
Rafostar
2021-02-07 12:35:41 +01:00
parent 4debed92fe
commit 65b4df13a8
4 changed files with 11 additions and 7 deletions

View File

@@ -15,9 +15,6 @@ if not python_bin.found()
error('No valid python3 binary found')
endif
conf = configuration_data()
conf.set('bindir', join_paths(get_option('prefix'), 'bin'))
if get_option('clapper-lib')
subdir('lib')
endif