Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 589720 | Differences between
and this patch

Collapse All | Expand All

(-)a/setup/build.py (+1 lines)
Lines 364-369 Link Here
364
            INCLUDEPATH += {freetype}
364
            INCLUDEPATH += {freetype}
365
            DESTDIR = {destdir}
365
            DESTDIR = {destdir}
366
            CONFIG -= create_cmake  # Prevent qmake from generating a cmake build file which it puts in the calibre src directory
366
            CONFIG -= create_cmake  # Prevent qmake from generating a cmake build file which it puts in the calibre src directory
367
            CONFIG -= c++1z # Prevents to use that feature because is not supported in GCC older than 5.7
367
            QMAKE_LIBS_PRIVATE += {glib} {fontconfig}
368
            QMAKE_LIBS_PRIVATE += {glib} {fontconfig}
368
            ''').format(
369
            ''').format(
369
                headers=' '.join(headers), sources=' '.join(sources), others=' '.join(others), destdir=self.d(
370
                headers=' '.join(headers), sources=' '.join(sources), others=' '.join(others), destdir=self.d(

Return to bug 589720