mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
remove cruft (old unused pre-git version files)
This commit is contained in:
parent
7f72e7d879
commit
0367aa5825
9 changed files with 0 additions and 48 deletions
|
|
@ -63,7 +63,6 @@ gtkmm2ext_sources = [
|
|||
'textviewer.cc',
|
||||
'treeutils.cc',
|
||||
'utils.cc',
|
||||
'version.cc',
|
||||
'visibility_tracker.cc',
|
||||
'window_title.cc'
|
||||
]
|
||||
|
|
@ -79,8 +78,6 @@ def options(opt):
|
|||
|
||||
def configure(conf):
|
||||
conf.load('compiler_cxx')
|
||||
autowaf.build_version_files(path_prefix+'gtkmm2ext/version.h', path_prefix+'version.cc',
|
||||
'libgtkmm2ext', MAJOR, MINOR, MICRO, 'LIBGTKMM2EXT_API', 'gtkmm2ext/visibility.h')
|
||||
autowaf.configure(conf)
|
||||
autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM', atleast_version='2.8')
|
||||
autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK', atleast_version='2.12.1')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue