at-spi2-core fix circular build dep
This commit is contained in:
parent
b5445f65bc
commit
4209f60480
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2020 Ruben Rodriguez <ruben@trisquel.info>
|
||||
# Copyright (C) 2021 Ruben Rodriguez <ruben@trisquel.info>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -27,6 +27,10 @@ X-MATE-AutoRestart=true
|
|||
X-MATE-Autostart-Phase=Initialization
|
||||
EOF
|
||||
|
||||
# This removes a circular build dependency
|
||||
sed '/gedit/d' -i debian/control
|
||||
rm debian/tests/gedit
|
||||
|
||||
changelog "Enable on MATE"
|
||||
|
||||
compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue