We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89fac1 commit cab3826Copy full SHA for cab3826
setup.py
@@ -14,7 +14,7 @@ def run(self):
14
DEFAULT = ["mupdf", "mupdf-third"]
15
ARCH_LINUX = DEFAULT + ["jbig2dec", "openjp2", "jpeg", "freetype"]
16
OPENSUSE = ARCH_LINUX + ["harfbuzz", "png16"]
17
-FEDORA = ARCH_LINUX + ["harfbuzz"]
+FEDORA = ARCH_LINUX + ["harfbuzz", "gumbo"]
18
LIBRARIES = {
19
"default": DEFAULT,
20
"arch": ARCH_LINUX,
0 commit comments