Skip to content

Commit 5ec86a7

Browse files
committed
Haiku: Disable fontconfig as for now
1 parent bdf03df commit 5ec86a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vgui2/vgui_surfacelib/wscript

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def build(bld):
4242
] + bld.env.INCLUDES_FC + bld.env.INCLUDES_FT2
4343

4444
defines = []
45+
if bld.env.DEST_OS == 'haiku':
46+
defines += ['HAVE_FC=0']
4547

4648
libs = []
4749

0 commit comments

Comments
 (0)