app-editors/texworks: Add qtbase USE-flags and build id
This commit is contained in:
parent
4e88de3307
commit
d5e071bfc8
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ RDEPEND="
|
||||||
app-text/hunspell:=
|
app-text/hunspell:=
|
||||||
app-text/poppler[qt6]
|
app-text/poppler[qt6]
|
||||||
dev-qt/qt5compat
|
dev-qt/qt5compat
|
||||||
dev-qt/qtbase
|
dev-qt/qtbase[concurrent,gui,widgets]
|
||||||
sys-libs/zlib
|
sys-libs/zlib
|
||||||
lua? ( ${LUA_DEPS} )
|
lua? ( ${LUA_DEPS} )
|
||||||
python? ( ${PYTHON_DEPS} )
|
python? ( ${PYTHON_DEPS} )
|
||||||
|
@ -60,6 +60,7 @@ src_configure() {
|
||||||
-DQTPDF_VIEWER=ON
|
-DQTPDF_VIEWER=ON
|
||||||
-DBUILD_SHARED_PLUGINS=ON
|
-DBUILD_SHARED_PLUGINS=ON
|
||||||
-DQT_DEFAULT_MAJOR_VERSION=6
|
-DQT_DEFAULT_MAJOR_VERSION=6
|
||||||
|
-DTW_BUILD_ID="suijin-overlay package"
|
||||||
)
|
)
|
||||||
|
|
||||||
use lua && mycmakeargs+=( -DLUA_VERSION="$(lua_get_version)" )
|
use lua && mycmakeargs+=( -DLUA_VERSION="$(lua_get_version)" )
|
Loading…
Add table
Reference in a new issue