mirror of
https://github.com/mupen64plus/mupen64plus-ui-python.git
synced 2025-04-02 10:51:53 -04:00
add python-qt4-gl dependency to debian build
This commit is contained in:
parent
bee637ac44
commit
66857d2692
2 changed files with 7 additions and 1 deletions
6
dist/debian/changelog
vendored
6
dist/debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
m64py (0.1.0-2) unstable; urgency=low
|
||||
|
||||
* Add python-qt4-gl dependency
|
||||
|
||||
-- Milan Nikolic <gen2brain@gmail.com> Sun, 24 Jun 2012 12:49:57 +0200
|
||||
|
||||
m64py (0.1.0-1) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
|
2
dist/debian/control
vendored
2
dist/debian/control
vendored
|
@ -8,6 +8,6 @@ Homepage: http://m64py.sourceforge.net/
|
|||
|
||||
Package: m64py
|
||||
Architecture: all
|
||||
Depends: python-qt4, libsdl1.2-dev
|
||||
Depends: python-qt4, python-qt4-gl, libsdl1.2-dev
|
||||
Suggests: p7zip, unrar
|
||||
Description: A frontend for Mupen64Plus
|
||||
|
|
Loading…
Add table
Reference in a new issue