mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
wscript: drop unused APPNAME assignment in libs
https://waf.io/book/ says By default, the project name and version are set to noname and 1.0. To change them, it is necessary to provide two additional variables in the top-level project file - and waf code inspection confirms that waf itself only will use the top level APPNAME. Also, the 'waf dist' comment doesn't seem relevant - especially after this change - and is removed too. (Note: libs/evoral/wscript and libs/temporal/wscript still use APPNAME for other purposes.)
This commit is contained in:
parent
3b4cf9191c
commit
a0916ef368
19 changed files with 0 additions and 42 deletions
|
|
@ -17,8 +17,6 @@ LIBPBD_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
|
|||
LIBPBD_LIB_VERSION = '4.1.0'
|
||||
LIBPBD_MAJOR_VERSION = '4'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'libpbd'
|
||||
I18N_PACKAGE = 'libpbd4'
|
||||
|
||||
# Mandatory variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue