mirror of https://github.com/PCSX2/pcsx2.git
debian:
* drop libxxf86vm-dev dependency * do not twice the link git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3757 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
21fada2e53
commit
647f84d08e
|
@ -21,7 +21,6 @@ Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.15.5.6), cmake (>=2.8),
|
||||||
libsoundtouch1-dev (>= 1.3),
|
libsoundtouch1-dev (>= 1.3),
|
||||||
libsparsehash-dev (>= 1.6),
|
libsparsehash-dev (>= 1.6),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxxf86vm-dev,
|
|
||||||
libglew1.5-dev (>= 1.5.1),
|
libglew1.5-dev (>= 1.5.1),
|
||||||
libgl1-mesa-dev,
|
libgl1-mesa-dev,
|
||||||
libglu1-mesa-dev,
|
libglu1-mesa-dev,
|
||||||
|
|
|
@ -19,7 +19,6 @@ Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.15.5.6), cmake (>=2.8),
|
||||||
libsoundtouch1-dev (>= 1.3),
|
libsoundtouch1-dev (>= 1.3),
|
||||||
libsparsehash-dev (>= 1.6),
|
libsparsehash-dev (>= 1.6),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxxf86vm-dev,
|
|
||||||
libglew1.5-dev (>= 1.5.1),
|
libglew1.5-dev (>= 1.5.1),
|
||||||
libgl1-mesa-dev,
|
libgl1-mesa-dev,
|
||||||
libglu1-mesa-dev,
|
libglu1-mesa-dev,
|
||||||
|
|
|
@ -77,6 +77,10 @@ override_dh_strip:
|
||||||
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg
|
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg
|
||||||
dh_strip --package=pcsx2-plugins-unstable --dbg-package=pcsx2-plugins-unstable-dbg
|
dh_strip --package=pcsx2-plugins-unstable --dbg-package=pcsx2-plugins-unstable-dbg
|
||||||
|
|
||||||
|
# Avoid to relaunch the compilation twice. (build and dh_auto_build target)
|
||||||
|
override_dh_auto_build:
|
||||||
|
# Do nothing
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --parallel
|
dh $@ --parallel
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,10 @@ override_dh_strip:
|
||||||
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg
|
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg
|
||||||
dh_strip --package=pcsx2-plugins-unstable --dbg-package=pcsx2-plugins-unstable-dbg
|
dh_strip --package=pcsx2-plugins-unstable --dbg-package=pcsx2-plugins-unstable-dbg
|
||||||
|
|
||||||
|
# Avoid to relaunch the compilation twice. (build and dh_auto_build target)
|
||||||
|
override_dh_auto_build:
|
||||||
|
# Do nothing
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --parallel
|
dh $@ --parallel
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue