summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-z-bug815916
blob: 8ca886e2e8393ec3c31aedbdc307078fa51ac9b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- media/webrtc/signaling/test/Makefile.in~
+++ media/webrtc/signaling/test/Makefile.in
@@ -34,12 +34,24 @@ LIBS += \
 endif
 endif
 
+ifdef MOZ_NATIVE_JPEG
+LIBS += \
+  $(MOZ_JPEG_LIBS) \
+  $(NULL)
+endif
+
 ifdef MOZ_NATIVE_LIBVPX
 LIBS += \
   $(MOZ_LIBVPX_LIBS) \
   $(NULL)
 endif
 
+ifndef MOZ_TREE_PIXMAN
+LIBS += \
+  $(MOZ_PIXMAN_LIBS) \
+  $(NULL)
+endif
+
 ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
 LIBS += \
   $(XLIBS) \