Skip to content

Commit

Permalink
Fix build on Debian Wheezy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Feb 8, 2019
1 parent 8761e5b commit de12b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ debian-oldoldstable:
- echo -e 'deb-src http://deb.debian.org/debian wheezy main\ndeb-src http://deb.debian.org/debian wheezy-updates main\ndeb-src http://security.debian.org wheezy/updates main' >> /etc/apt/sources.list
- apt-get -qq update
- apt-get -yqq build-dep mlt
- apt-get -yqq install libqt4-opengl-dev
- ./configure --enable-gpl --enable-gpl3 && make && make install
# there's no `check` or `test` `make` target

Expand Down

0 comments on commit de12b7f

Please sign in to comment.