build: Do away with older and newer deps
We copy the 'newer' variant to the canonical locations. No need to implement manual branching, we have git since decades. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
This commit is contained in:
@ -11,10 +11,6 @@ option('find_orphans',
|
||||
type: 'boolean', value: false,
|
||||
description: 'Check if all present layout files are included in resources.')
|
||||
|
||||
option('newer',
|
||||
type: 'boolean', value: false,
|
||||
description: 'Build with dependencies newer than those of Byzantium')
|
||||
|
||||
option('online',
|
||||
type: 'boolean', value: true,
|
||||
description: 'Pull packages from the internet while building, as opposed to a local registry.')
|
||||
|
||||
Reference in New Issue
Block a user