this pixman-1 thing wasn't even registered

This commit is contained in:
Michael Stahl
2012-04-19 16:51:40 +02:00
parent 9bdb2bc1a0
commit a34f98bdac

View File

@@ -437,9 +437,15 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
cairo \
))
ifneq ($(OS),WNT)
ifeq ($(OS),MACOSX)
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
pixman-1 \
))
else
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
pixman-1 \
))
endif # MACOSX
endif # WNT
define gb_LinkTarget__use_cairo