Rename project: f00bar -> yambar

This commit is contained in:
Daniel Eklöf 2019-09-28 20:39:45 +02:00
parent 9b9344877f
commit 9dbbc480e4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
23 changed files with 87 additions and 87 deletions

View file

@ -7,7 +7,7 @@ foreach deco : ['background', 'stack', 'underline']
dependencies: deco_sdk,
name_prefix: 'decoration_',
install: true,
install_dir: join_paths(get_option('libdir'), 'f00bar'))
install_dir: join_paths(get_option('libdir'), 'yambar'))
else
decorations += [declare_dependency(
sources: '@0@.c'.format(deco),