summaryrefslogtreecommitdiff
path: root/misc/qutebrowser.spec
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-05-17 11:42:58 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-05-17 11:42:58 +0200
commitc5957bc9d07019491e71d3e001870e38d7f1bc36 (patch)
treec8237a23972e7c54aab7c9652e7fabf08e154c57 /misc/qutebrowser.spec
parent9898d80625318532e14009bfc4cbb5bf6fb1984b (diff)
downloadqutebrowser-c5957bc9d07019491e71d3e001870e38d7f1bc36.tar.gz
qutebrowser-c5957bc9d07019491e71d3e001870e38d7f1bc36.zip
Exclude pdfjs from build packages for now
It only makes things bigger, and currently pdfjs doesn't work on QtWebEngine anyways.
Diffstat (limited to 'misc/qutebrowser.spec')
-rw-r--r--misc/qutebrowser.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/qutebrowser.spec b/misc/qutebrowser.spec
index fe58891ac..17c38d433 100644
--- a/misc/qutebrowser.spec
+++ b/misc/qutebrowser.spec
@@ -18,10 +18,10 @@ def get_data_files():
('../qutebrowser/git-commit-id', '')
]
- if os.path.exists(os.path.join('qutebrowser', '3rdparty', 'pdfjs')):
- data_files.append(('../qutebrowser/3rdparty/pdfjs', '3rdparty/pdfjs'))
- else:
- print("Warning: excluding pdfjs as it's not present!")
+ # if os.path.exists(os.path.join('qutebrowser', '3rdparty', 'pdfjs')):
+ # data_files.append(('../qutebrowser/3rdparty/pdfjs', '3rdparty/pdfjs'))
+ # else:
+ # print("Warning: excluding pdfjs as it's not present!")
return data_files