Don't ship libpandaskel, libpandaode and libpandaegg by default
This commit is contained in:
parent
61e093a559
commit
c8fa5e77c0
|
|
@ -60,6 +60,13 @@ class panda3d(package):
|
|||
'direct.showutil.*',
|
||||
'direct.stdpy.*')
|
||||
|
||||
# Exclude these Panda3D libs; they are big and many applications don't
|
||||
# use them. We define them as separate, optional packages, below,
|
||||
# except for skel - this is useless in a shipped game anyways.
|
||||
excludeModule('libpandaegg')
|
||||
excludeModule('libpandaode')
|
||||
excludeModule('libpandaskel')
|
||||
|
||||
# Exclude these GUI toolkits; they're big, and many applications don't
|
||||
# use them. We define them as separate, optional packages, below.
|
||||
excludeModule('wx',
|
||||
|
|
|
|||
Loading…
Reference in New Issue