disable orientation and window option for service_only bootstrap
This commit is contained in:
parent
678b1bf52c
commit
c0d625252e
1 changed files with 10 additions and 9 deletions
|
@ -981,6 +981,7 @@ class TargetAndroid(Target):
|
|||
build_cmd += [("--ouya-icon", join(self.buildozer.root_dir,
|
||||
ouya_icon))]
|
||||
|
||||
if config.getdefault('app','p4a.bootstrap','sdl2') != 'service_only':
|
||||
# add orientation
|
||||
orientation = config.getdefault('app', 'orientation', 'landscape')
|
||||
if orientation == 'all':
|
||||
|
|
Loading…
Reference in a new issue