GTK : Fixed build for changes made in rev697
Updated the debian packaging scripts
This commit is contained in:
parent
d38eef5aa4
commit
5a156d9f03
|
@ -1,3 +1,9 @@
|
|||
vbam (0.svn696-1) hardy; urgency=low
|
||||
|
||||
* Updated VBA-M to r696
|
||||
|
||||
-- Bastien Bouclet <bgk@users.sourceforge.net> Thu, 04 Sep 2008 08:39:15 +0200
|
||||
|
||||
vbam (0.svn500-1) hardy; urgency=low
|
||||
|
||||
* Updated VBA-M to r500
|
||||
|
|
|
@ -2,7 +2,7 @@ Source: vbam
|
|||
Section: games
|
||||
Priority: extra
|
||||
Maintainer: Bastien Bouclet <bgk@users.sourceforge.net>
|
||||
Build-Depends: debhelper (>= 5), zlib1g-dev, libpng12-dev, libsdl1.2-dev, libgl1-mesa-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, cmake, portaudio19-dev, libgtkglextmm-x11-dev, libxv-dev
|
||||
Build-Depends: debhelper (>= 5), zlib1g-dev, libpng12-dev, libsdl1.2-dev, libgl1-mesa-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, cmake, libgtkglextmm-x11-dev, libxv-dev
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
Package: vbam
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "../dmg/gb.h"
|
||||
#include "../dmg/gbGlobals.h"
|
||||
#include "../dmg/gbPrinter.h"
|
||||
#include "../dmg/gbSound.h"
|
||||
#include "../Sound.h"
|
||||
#include "../Util.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "../dmg/gb.h"
|
||||
#include "../dmg/gbGlobals.h"
|
||||
#include "../dmg/gbPrinter.h"
|
||||
#include "../dmg/gbSound.h"
|
||||
#include "../Sound.h"
|
||||
#include "../Util.h"
|
||||
#include "../sdl/inputSDL.h"
|
||||
|
|
Loading…
Reference in New Issue