mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-22 01:40:43 -05:00
build: unify naming for HAVE_* defines
We sometimes used HAS_, sometimes polluted the LIBINPUT_ namespace, etc.
This commit is contained in:
parent
a4a40618ad
commit
86fc2199f8
11 changed files with 22 additions and 22 deletions
|
|
@ -30,7 +30,7 @@ install_subdir('wlr',
|
|||
)
|
||||
|
||||
foreach name, have : internal_features
|
||||
internal_config.set10('HAS_' + name.underscorify().to_upper(), have)
|
||||
internal_config.set10('HAVE_' + name.underscorify().to_upper(), have)
|
||||
endforeach
|
||||
wlr_files += configure_file(
|
||||
output: 'config.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue