Browse Source

config: force lsb graphics, printing, perl, python and networking

master
Alejandro Mery 14 years ago
parent
commit
35f542d706
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      config.in

+ 9
- 0
config.in

@ -1,3 +1,12 @@
#Description: OpenSDE-Desktop Common Base #Description: OpenSDE-Desktop Common Base
menu_begin MENU_LINUX_BASE 'LSB Base Options' menu_begin MENU_LINUX_BASE 'LSB Base Options'
# modules from linux-base to force
for x in LSB_GRAPHICS=1 LSB_GRAPHICS_EXTRA=1 \
LSB_PRINTING=1 LSB_PERL=1 LSB_PYTHON=1 \
OPENSDE_NETWORK=1 OPENSDE_GRAPHICS_FONTS=1 \
; do
export SDECFGSET_TRG_LSB_$x
done

Loading…
Cancel
Save