mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
makepanda: allow building without harfbuzz
This commit is contained in:
parent
160f652d58
commit
a3bef3e285
@ -3809,6 +3809,7 @@ if (PkgSkip("FREETYPE")==0 and not RUNTIME):
|
|||||||
#
|
#
|
||||||
|
|
||||||
if (not RUNTIME):
|
if (not RUNTIME):
|
||||||
|
if not PkgSkip("HARFBUZZ"):
|
||||||
DefSymbol("HARFBUZZ", "HAVE_HARFBUZZ")
|
DefSymbol("HARFBUZZ", "HAVE_HARFBUZZ")
|
||||||
|
|
||||||
OPTS=['DIR:panda/src/text', 'BUILDING:PANDA', 'ZLIB', 'FREETYPE', 'HARFBUZZ']
|
OPTS=['DIR:panda/src/text', 'BUILDING:PANDA', 'ZLIB', 'FREETYPE', 'HARFBUZZ']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user