mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fix PIL detection
This commit is contained in:
parent
7db58e6ad1
commit
f2a2422094
@ -78,8 +78,8 @@ class pil(package):
|
|||||||
config(display_name = "Python Imaging Library")
|
config(display_name = "Python Imaging Library")
|
||||||
require('panda3d')
|
require('panda3d')
|
||||||
|
|
||||||
module('PIL', required = True)
|
module('Image', required = True)
|
||||||
module('ArgImagePlugin', 'BdfFontFile',
|
module('PIL', 'ArgImagePlugin', 'BdfFontFile',
|
||||||
'BmpImagePlugin', 'BufrStubImagePlugin', 'ContainerIO',
|
'BmpImagePlugin', 'BufrStubImagePlugin', 'ContainerIO',
|
||||||
'CurImagePlugin', 'DcxImagePlugin', 'EpsImagePlugin',
|
'CurImagePlugin', 'DcxImagePlugin', 'EpsImagePlugin',
|
||||||
'ExifTags', 'FitsStubImagePlugin', 'FliImagePlugin',
|
'ExifTags', 'FitsStubImagePlugin', 'FliImagePlugin',
|
||||||
@ -87,7 +87,7 @@ class pil(package):
|
|||||||
'GifImagePlugin', 'GimpGradientFile', 'GimpPaletteFile',
|
'GifImagePlugin', 'GimpGradientFile', 'GimpPaletteFile',
|
||||||
'GribStubImagePlugin', 'Hdf5StubImagePlugin',
|
'GribStubImagePlugin', 'Hdf5StubImagePlugin',
|
||||||
'IcnsImagePlugin', 'IcoImagePlugin', 'ImImagePlugin',
|
'IcnsImagePlugin', 'IcoImagePlugin', 'ImImagePlugin',
|
||||||
'Image', 'ImageChops', 'ImageCms', 'ImageColor', 'ImageDraw',
|
'ImageChops', 'ImageCms', 'ImageColor', 'ImageDraw',
|
||||||
'ImageDraw2', 'ImageEnhance', 'ImageFile', 'ImageFileIO',
|
'ImageDraw2', 'ImageEnhance', 'ImageFile', 'ImageFileIO',
|
||||||
'ImageFilter', 'ImageFont', 'ImageGL', 'ImageGrab',
|
'ImageFilter', 'ImageFont', 'ImageGL', 'ImageGrab',
|
||||||
'ImageMath', 'ImageMode', 'ImageOps', 'ImagePalette',
|
'ImageMath', 'ImageMode', 'ImageOps', 'ImagePalette',
|
||||||
@ -123,4 +123,3 @@ class box2d(package):
|
|||||||
require('panda3d')
|
require('panda3d')
|
||||||
|
|
||||||
module('Box2D', required = True)
|
module('Box2D', required = True)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user