Bug 815916 - Unbreak building signaling tests for system jpeg/pixman. r=rjesup

This commit is contained in:
Jan Beich 2012-12-26 10:15:53 -05:00
parent 165e9c67f8
commit cf9a82a2bc

View File

@ -47,6 +47,11 @@ DEFINES += \
$(NULL) $(NULL)
endif endif
ifdef MOZ_NATIVE_JPEG
LIBS += \
$(MOZ_JPEG_LIBS) \
$(NULL)
endif
ifdef MOZ_NATIVE_LIBVPX ifdef MOZ_NATIVE_LIBVPX
LIBS += \ LIBS += \
@ -54,6 +59,12 @@ LIBS += \
$(NULL) $(NULL)
endif endif
ifndef MOZ_TREE_PIXMAN
LIBS += \
$(MOZ_PIXMAN_LIBS) \
$(NULL)
endif
ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT)) ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
LIBS += \ LIBS += \
$(XLIBS) \ $(XLIBS) \