mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 751186 - Rip out qcms from libxul; r=khuey
Landed on a CLOSED TREE
This commit is contained in:
parent
5807b0217c
commit
a204fe7019
@ -49,7 +49,7 @@ ifeq (WINNT,$(OS_TARGET))
|
||||
FORCE_SHARED_LIB = 1
|
||||
endif
|
||||
|
||||
SHARED_LIBRARY_LIBS = $(MOZ_OTS_LIBS)
|
||||
SHARED_LIBRARY_LIBS = $(MOZ_OTS_LIBS) $(QCMS_LIBS)
|
||||
|
||||
ifdef MOZ_GRAPHITE
|
||||
SHARED_LIBRARY_LIBS += $(MOZ_GRAPHITE_LIBS)
|
||||
|
@ -191,3 +191,17 @@ jpeg_start_output
|
||||
jpeg_std_error
|
||||
jpeg_write_scanlines
|
||||
#endif
|
||||
qcms_enable_iccv4
|
||||
qcms_profile_create_rgb_with_gamma
|
||||
qcms_profile_from_memory
|
||||
qcms_profile_from_path
|
||||
qcms_profile_from_unicode_path
|
||||
qcms_profile_get_color_space
|
||||
qcms_profile_get_rendering_intent
|
||||
qcms_profile_is_bogus
|
||||
qcms_profile_precache_output_transform
|
||||
qcms_profile_release
|
||||
qcms_profile_sRGB
|
||||
qcms_transform_create
|
||||
qcms_transform_data
|
||||
qcms_transform_release
|
||||
|
@ -333,7 +333,6 @@ endif
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
$(LIBS_DIR) \
|
||||
$(QCMS_LIBS) \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(NSS_LIBS) \
|
||||
$(MOZ_CAIRO_LIBS) \
|
||||
|
Loading…
Reference in New Issue
Block a user