[meld/windows-font-fixes: 7/7] Remove libcroco from manual library list



commit 3bc6ee1aa3787edef5c753d44b31816bf8b68209
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat May 23 09:36:28 2020 +1000

    Remove libcroco from manual library list
    
    This is no longer required by librsvg.

 setup_win32.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/setup_win32.py b/setup_win32.py
index 45838b40..40fbf8e5 100755
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -70,8 +70,7 @@ for data_dir in gtk_data_dirs:
 manually_added_libs = {
     # add libgdk_pixbuf-2.0-0.dll manually to forbid auto-pulling of gdiplus.dll
     "libgdk_pixbuf-2.0-0.dll": os.path.join(sys.prefix, 'bin'),
-    # libcroco and librsvg are needed for SVG loading in gdkpixbuf
-    "libcroco-0.6-3.dll": os.path.join(sys.prefix, 'bin'),
+    # librsvg is needed for SVG loading in gdkpixbuf
     "librsvg-2-2.dll": os.path.join(sys.prefix, 'bin'),
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]