mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 02:48:48 +00:00
link against zlib in linux cairo builds
This commit is contained in:
parent
31517cc0a1
commit
a2abd27ea1
@ -126,6 +126,9 @@ LIBS += \
|
||||
# Add explicit X11 dependency when building against X11 toolkits
|
||||
ifneq (,$(filter gtk gtk2 xlib,$(MOZ_WIDGET_TOOLKIT)))
|
||||
LIBS += $(XLDFLAGS) $(XLIBS)
|
||||
ifdef MOZ_ENABLE_CAIRO_GFX
|
||||
LIBS += $(ZLIB_LIBS)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef MOZ_JPROF
|
||||
|
Loading…
x
Reference in New Issue
Block a user