mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
HAVE_SPEEDTREE should be added to dtool_config.h
This commit is contained in:
parent
79abbda035
commit
657c0ebaf6
@ -280,6 +280,9 @@ $[cdefine HAVE_OPENAL]
|
||||
/* Define if we have Freetype 2.0 or better available. */
|
||||
$[cdefine HAVE_FREETYPE]
|
||||
|
||||
/* Define if we are using SpeedTree. */
|
||||
$[cdefine HAVE_SPEEDTREE]
|
||||
|
||||
/* Define if we want to compile in a default font. */
|
||||
$[cdefine COMPILE_IN_DEFAULT_FONT]
|
||||
|
||||
|
@ -1475,6 +1475,7 @@ DTOOL_CONFIG=[
|
||||
("HAVE_OPENAL", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_NVIDIACG", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_FREETYPE", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_SPEEDTREE", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_FFTW", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_OPENSSL", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_NET", 'UNDEF', 'UNDEF'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user