mirror of
https://github.com/yshui/picom.git
synced 2025-04-14 17:53:25 -04:00
Merge pull request #1271 from Monsterovich/feat-ignore-static-lib
misc: do not install libconfig.a if it's built statically
This commit is contained in:
commit
1fa8e70906
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ if not libconfig_dep.found()
|
|||
sub_libconfig_opts.add_cmake_defines({
|
||||
'BUILD_SHARED_LIBS': false,
|
||||
})
|
||||
sub_libconfig_opts.set_install(false)
|
||||
sub_libconfig = cmake.subproject('libconfig', options: sub_libconfig_opts)
|
||||
base_deps += [sub_libconfig.dependency('config')]
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue