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