update conf.py
This commit is contained in:
parent
d7d0a6f30a
commit
e52422c81f
|
@ -38,7 +38,7 @@ setup_gfb_cmds = ('inflate_bubble.set_gfb',
|
|||
setup_opb_cmds = ('inflate_bubble.set_opb',
|
||||
'infra.open_box_configs'
|
||||
)
|
||||
setup_loaded_xfce_cmds = ('inflate_bubble.set_loaded_xfce',
|
||||
setup_loadedxfce_cmds = ('inflate_bubble.set_loaded_xfce',
|
||||
'infra.open_loaded_xfce_configs'
|
||||
)
|
||||
|
||||
|
@ -108,10 +108,10 @@ buildarm_opb_build = (shared_setup_cmds + setup_opb_cmds +
|
|||
)
|
||||
|
||||
#Xfce_loaded
|
||||
build_xfce64_loaded_build = (shared_setup_cmds + setup_loaded_cmds +
|
||||
build_loadedxfce_build = (shared_setup_cmds + setup_loadedxfce_cmds +
|
||||
setup_chroot_grub_64 + setup_binary_grub_64 +
|
||||
setup_fw_64_32
|
||||
)
|
||||
)
|
||||
|
||||
### Inflate bubble section
|
||||
# Packages that are to be installed as needed per Desktop
|
||||
|
|
Loading…
Reference in New Issue