c8f07a9a78
- update to 2.14.0: * Fix endianness on generating MD5 cache name * Fix a typo in the description of FcWeightFromOpenTypeDouble * fc-validate: returns an error code when missing some glyphs * Fallback uuid-based name to read a cache if no MD5-based cache * fc-cache: Show font directories to generate cache with -v * Replace UUID file mechanism with per-directory 'map' attribute [v2] * memleak fixes - drop fontconfig-do-not-remove-UUID-file.patch (obsolete) OBS-URL: https://build.opensuse.org/request/show/970259 OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=164
14 lines
560 B
Diff
14 lines
560 B
Diff
Index: fontconfig-2.14.0/test/Makefile.am
|
|
===================================================================
|
|
--- fontconfig-2.14.0.orig/test/Makefile.am
|
|
+++ fontconfig-2.14.0/test/Makefile.am
|
|
@@ -69,8 +69,6 @@ test_pthread_LDADD = $(top_builddir)/src
|
|
# to meaningfully test anything, and we are not installed yet.
|
|
#TESTS += test-pthread
|
|
|
|
-check_PROGRAMS += test-crbug1004254
|
|
-test_crbug1004254_LDADD = $(top_builddir)/src/libfontconfig.la
|
|
# Disabling this for the same reason as above but trying to run in run-test.sh.
|
|
#TESTS += test-crbug1004254
|
|
endif
|