diff options
Diffstat (limited to 'app-text/poppler/poppler-0.90.1.ebuild')
-rw-r--r-- | app-text/poppler/poppler-0.90.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/poppler/poppler-0.90.1.ebuild b/app-text/poppler/poppler-0.90.1.ebuild index 7c34ec504ee9..41cf49269b78 100644 --- a/app-text/poppler/poppler-0.90.1.ebuild +++ b/app-text/poppler/poppler-0.90.1.ebuild @@ -105,6 +105,7 @@ src_configure() { $(cmake_use_find_package qt5 Qt5Core) -DWITH_TIFF=$(usex tiff) -DENABLE_UTILS=$(usex utils) + -DENABLE_QT6=OFF ) use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex introspection) ) |