CI: add libxft-dev
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ steps:
|
|||||||
- bash: |
|
- bash: |
|
||||||
sudo apt-get -qq -y update
|
sudo apt-get -qq -y update
|
||||||
sudo apt-get -qq -y install libncurses-dev
|
sudo apt-get -qq -y install libncurses-dev
|
||||||
sudo apt-get -qq -y install libx11-dev libxaw7-dev xfonts-utils qtbase5-dev qtmultimedia5-dev qtbase5-dev-tools
|
sudo apt-get -qq -y install libx11-dev libxaw7-dev libxft-dev xfonts-utils qtbase5-dev qtmultimedia5-dev qtbase5-dev-tools
|
||||||
condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.buildTarget, 'all'))
|
condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.buildTarget, 'all'))
|
||||||
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
|
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
|
||||||
displayName: 'Getting linux build dependencies'
|
displayName: 'Getting linux build dependencies'
|
||||||
|
|||||||
Reference in New Issue
Block a user