debian: add the GSdx legacy build

This commit is contained in:
Gregory Hainaut 2016-04-08 10:45:05 +02:00
parent 7aaf36d24d
commit c2a9118186
2 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,8 @@ override_dh_auto_configure:
-DCMAKE_BUILD_STRIP=FALSE \
-DXDG_STD=TRUE \
-DDISABLE_ADVANCE_SIMD=TRUE \
-DPACKAGE_MODE=TRUE
-DPACKAGE_MODE=TRUE \
-DGSDX_LEGACY=TRUE
override_dh_strip:
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg

View File

@ -7,7 +7,7 @@ endif()
# plugin name
set(Output GSdx-1.0.0)
set(Output GSdx-legacy-1.0.0)
set(CommonFlags
-fno-operator-names # because Xbyak uses and()/xor()/or()/not() function