summaryrefslogtreecommitdiff
path: root/deskutils/calibre/files/patch-setup_build.py
blob: 1ea12f36ed1a369889f46c42fc228281ceda7b0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup/build.py.orig	2020-10-10 16:20:32 UTC
+++ setup/build.py
@@ -496,6 +496,7 @@ exceptions = {needs_exceptions}
 include-dirs = {ext.inc_dirs}
 qmake-QT = ["widgets"]
 sip-file = "{os.path.basename(sipf)}"
+tags = ["WS_X11"]
 ''')
         shutil.copy2(sipf, src_dir)