Kaydet (Commit) fd0d122b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix the disable-gui build

Change-Id: Ide1af0779d4fa83ea480088874d5d2767518bbf7
üst 34da3c12
......@@ -595,6 +595,10 @@ $(eval $(call gb_Library_use_externals,vcl,\
cairo \
freetype \
))
ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
$(eval $(call gb_Library_add_libs,vcl,\
-lpthread \
))
ifneq ($(OS),EMSCRIPTEN)
$(eval $(call gb_Library_use_externals,vcl,\
fontconfig \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment