diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-12-27 23:15:15 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-12-27 23:15:15 +0800 |
commit | b79c4b7e3cab3711e87ba9e28fa8423a84ea7efa (patch) | |
tree | e9a98458ab26d7fb776e39a7d600f2a1b032065e /debian/control | |
parent | 717067493346bd51dc6f13a6f1ea307ca35bcc2c (diff) | |
download | QMidiPlayer-0.8.3-2.tar.xz |
First official version with experimental support for the visualization plugin on Windows.0.8.3-2
Fixed several critical bugs causing the plugin to crash QMP.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 51e40c3..2773d44 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,11 @@ Build-Depends: debhelper (>= 9), qml-module-qtquick-window2, qml-module-qtquick2, libqt5qml5, - librtmidi-dev + librtmidi-dev, + libglfw3-dev, + libglew-dev, + libfreetype6-dev, + zlib1g-dev Package: qmidiplayer Architecture: any |