1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Well, that didn't work...trying gtk3

This commit is contained in:
Leland Lucius 2015-07-28 16:49:31 -05:00
parent bec42b234c
commit f94e8fad87

View File

@ -1,6 +1,6 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libwxgtk3.0-dev libgtk2.0-dev
- sudo apt-get install -y libwxgtk3.0-dev libgtk-3-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