mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 22:02:59 +02:00
...
This commit is contained in:
parent
493d701538
commit
9fa83858a3
1 changed files with 6 additions and 6 deletions
|
|
@ -500,12 +500,12 @@ def build_headless(self):
|
|||
target = self.dest('headless')
|
||||
if not self.newer(target, headers + sources + others):
|
||||
return
|
||||
# Arch monkey patches qmake as a result of which it fails to add
|
||||
# glib-2.0 and freetype2 to the list of library dependencies. Compiling QPA
|
||||
# plugins uses the static libQt5PlatformSupport.a which needs glib
|
||||
# to be specified after it for linking to succeed, so we add it to
|
||||
# QMAKE_LIBS_PRIVATE (we cannot use LIBS as that would put -lglib-2.0
|
||||
# before libQt5PlatformSupport. See
|
||||
# Arch and possibly other distros (fedora?) monkey patches qmake as a
|
||||
# result of which it fails to add glib-2.0 and freetype2 to the list of
|
||||
# library dependencies. Compiling QPA plugins uses the static
|
||||
# libQt5PlatformSupport.a which needs glib to be specified after it for
|
||||
# linking to succeed, so we add it to QMAKE_LIBS_PRIVATE (we cannot use
|
||||
# LIBS as that would put -lglib-2.0 before libQt5PlatformSupport. See
|
||||
# https://bugs.archlinux.org/task/38819
|
||||
|
||||
pro = textwrap.dedent(
|
||||
|
|
|
|||
Loading…
Reference in a new issue