|
|
|
@ -78,7 +78,7 @@ SUBDIRS = [
@@ -78,7 +78,7 @@ SUBDIRS = [
|
|
|
|
|
Subproject('3rdparty/mainui', lambda x: not x.env.DEDICATED), |
|
|
|
|
Subproject('3rdparty/vgui_support', lambda x: not x.env.DEDICATED), |
|
|
|
|
Subproject('stub/client', lambda x: not x.env.DEDICATED), |
|
|
|
|
Subproject('game_launch', lambda x: not x.env.DEDICATED and not x.env.DISABLE_LAUNCHER), |
|
|
|
|
Subproject('game_launch', lambda x: not x.env.DISABLE_LAUNCHER), |
|
|
|
|
|
|
|
|
|
# disable only by external dependency presense |
|
|
|
|
Subproject('3rdparty/opus', lambda x: not x.env.HAVE_SYSTEM_OPUS and not x.env.DEDICATED), |
|
|
|
@ -351,7 +351,7 @@ def configure(conf):
@@ -351,7 +351,7 @@ def configure(conf):
|
|
|
|
|
conf.env.SUPPORT_BSP2_FORMAT = conf.options.SUPPORT_BSP2_FORMAT |
|
|
|
|
|
|
|
|
|
# disable game_launch compiling on platform where it's not needed |
|
|
|
|
conf.env.DISABLE_LAUNCHER = conf.env.DEST_OS in ['android', 'nswitch', 'psvita', 'dos'] or conf.env.MAGX |
|
|
|
|
conf.env.DISABLE_LAUNCHER = conf.env.DEST_OS in ['android', 'nswitch', 'psvita', 'dos'] or conf.env.MAGX or conf.env.DEDICATED |
|
|
|
|
|
|
|
|
|
if conf.env.SAILFISH == 'aurora': |
|
|
|
|
conf.env.DEFAULT_RPATH = '/usr/share/su.xash.Engine/lib' |
|
|
|
|