Kaydet (Commit) 3bf120e8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Link with X11 libs only for GUIBASE == unx which actually means X11

üst 0f083e22
...@@ -117,10 +117,12 @@ $(eval $(call gb_Library_add_exception_objects,cairocanvas,\ ...@@ -117,10 +117,12 @@ $(eval $(call gb_Library_add_exception_objects,cairocanvas,\
)) ))
# freetype? fontconfig? -> test on Solaris # freetype? fontconfig? -> test on Solaris
ifeq ($(GUIBASE),unx)
$(eval $(call gb_Library_add_linked_libs,cairocanvas,\ $(eval $(call gb_Library_add_linked_libs,cairocanvas,\
X11 \ X11 \
Xrender \ Xrender \
)) ))
endif
endif endif
......
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