mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Need to install gtk-devel
This commit is contained in:
parent
e256bb7a9e
commit
bec42b234c
@ -1,6 +1,6 @@
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y libwxgtk3.0-dev
|
||||
- sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev
|
||||
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")"
|
||||
- git show -s --format="wxT(\"<a href=\\\"http://github.com/audacity/audacity/commit/%H\\\">%h</a> of %cd\")" > ./src/RevisionIdent.h
|
||||
language: cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user