diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-05-31 05:42:30 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-05-31 05:42:30 +0000 |
| commit | d39fdd22f8606bc38b008a4061f5fcae32e56b91 (patch) | |
| tree | d675a1bb9f05e462372bd296bb8abf3a48f10f30 | |
| parent | 64f4cd53d5f6d8a61a89b5a6b13174c3dbb45dbd (diff) | |
| download | pcsxr-d39fdd22f8606bc38b008a4061f5fcae32e56b91.tar.gz | |
added libxxf86vm-dev to build-depends
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23607 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ May 31, 2009 Wei Mingzhi <weimingzhi@gmail.com> * gui/Config.c, plugins/dfxvideo/cfg.c: Fixed invalid memory access. + * debian/control: Added libxxf86vm-dev to Build-Depend. May 30, 2009 Wei Mingzhi <weimingzhi@gmail.com> diff --git a/debian/control b/debian/control index 6323fc37..27a60f7e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pcsxr Section: otherosfs Priority: extra Maintainer: Wei Mingzhi <whistler@openoffice.org> -Build-Depends: debhelper (>= 5), libgtk2.0-dev, libglade2-dev, zlib1g-dev | libz-dev, libxv-dev, libxtst-dev, nasm, libbz2-dev, libgl1-mesa-dev +Build-Depends: debhelper (>= 5), libgtk2.0-dev, libglade2-dev, zlib1g-dev | libz-dev, libxv-dev, libxtst-dev, nasm, libbz2-dev, libgl1-mesa-dev, libxxf86vm-dev Standards-Version: 3.7.3 Package: pcsxr |
