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)
|
$(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) \
|
||||||
|
Loading…
Reference in New Issue
Block a user