mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 815916 - Unbreak building signaling tests for system jpeg/pixman. r=rjesup
This commit is contained in:
parent
165e9c67f8
commit
cf9a82a2bc
@ -47,6 +47,11 @@ DEFINES += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef MOZ_NATIVE_JPEG
|
||||
LIBS += \
|
||||
$(MOZ_JPEG_LIBS) \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef MOZ_NATIVE_LIBVPX
|
||||
LIBS += \
|
||||
@ -54,6 +59,12 @@ LIBS += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifndef MOZ_TREE_PIXMAN
|
||||
LIBS += \
|
||||
$(MOZ_PIXMAN_LIBS) \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
|
||||
LIBS += \
|
||||
$(XLIBS) \
|
||||
|
Loading…
Reference in New Issue
Block a user