Author: jghali
Date: Fri Feb 12 21:29:53 2021
New Revision: 24474
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24474
Log:
Add harfbuzz-subset library to CMake config report
Modified:
trunk/Scribus/cmake/modules/cmakeconfigreport.cmake
Modified: trunk/Scribus/cmake/modules/cmakeconfigreport.cmake
URL:
http://scribus.net/websvn/diff.php?repname=Scribus&rev=24474&path=/trunk/Scribus/cmake/modules/cmakeconfigreport.cmake
==============================================================================
--- trunk/Scribus/cmake/modules/cmakeconfigreport.cmake (original)
+++ trunk/Scribus/cmake/modules/cmakeconfigreport.cmake Fri Feb 12 21:29:53 2021
@@ -41,6 +41,12 @@
else (HAVE_LCMS2)
message(STATUS "littleCMS2 not found: Color management support
disabled")
endif (HAVE_LCMS2)
+
+if (HAVE_HARFBUZZ_SUBSET)
+ message(STATUS "harfbuzz-subset found: CID font subsetting support
enabled")
+else (HAVE_HARFBUZZ_SUBSET)
+ message(STATUS "harfbuzz-subset not found: CID font subsetting support
disabled")
+endif (HAVE_HARFBUZZ_SUBSET)
if (HAVE_HUNSPELL)
message(STATUS "Hunspell found: Spell correction support enabled")
_______________________________________________
scribus-commit mailing list
[email protected]
http://lists.scribus.net/mailman/listinfo/scribus-commit