@@ -1009,6 +1009,8 @@ def parseopts(args):
1009
1009
1010
1010
if GetTarget () == 'darwin' :
1011
1011
LibName ("ALWAYS" , "-framework AppKit" )
1012
+ LibName ("IOKIT" , "-framework IOKit" )
1013
+ LibName ("QUARTZ" , "-framework Quartz" )
1012
1014
LibName ("AGL" , "-framework AGL" )
1013
1015
LibName ("CARBON" , "-framework Carbon" )
1014
1016
LibName ("COCOA" , "-framework Cocoa" )
@@ -4203,7 +4205,7 @@ def get_config_express():
4203
4205
OPTS = ['DIR:panda/metalibs/panda' , 'BUILDING:PANDA' , 'JPEG' , 'PNG' , 'HARFBUZZ' ,
4204
4206
'TIFF' , 'OPENEXR' , 'ZLIB' , 'OPENSSL' , 'FREETYPE' , 'FFTW' , 'ADVAPI' , 'WINSOCK2' ,
4205
4207
'SQUISH' , 'NVIDIACG' , 'VORBIS' , 'OPUS' , 'WINUSER' , 'WINMM' , 'WINGDI' , 'IPHLPAPI' ,
4206
- 'SETUPAPI' ]
4208
+ 'SETUPAPI' , 'IOKIT' ]
4207
4209
4208
4210
TargetAdd ('panda_panda.obj' , opts = OPTS , input = 'panda.cxx' )
4209
4211
@@ -4842,7 +4844,7 @@ def get_config_express():
4842
4844
if (PkgSkip ('PANDAFX' )== 0 ):
4843
4845
TargetAdd ('libpandagl.dll' , input = 'libpandafx.dll' )
4844
4846
TargetAdd ('libpandagl.dll' , input = COMMON_PANDA_LIBS )
4845
- TargetAdd ('libpandagl.dll' , opts = ['MODULE' , 'GL' , 'NVIDIACG' , 'CGGL' , 'COCOA' , 'CARBON' ])
4847
+ TargetAdd ('libpandagl.dll' , opts = ['MODULE' , 'GL' , 'NVIDIACG' , 'CGGL' , 'COCOA' , 'CARBON' , 'QUARTZ' ])
4846
4848
4847
4849
#
4848
4850
# DIRECTORY: panda/src/wgldisplay/
0 commit comments