dev-cpp/wt: add opengl USE

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-03-22 14:37:16 +01:00
parent 42e8f8fd4b
commit 4c8ad87f6d

View File

@@ -12,11 +12,12 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc firebird mysql pdf postgres ssl"
IUSE="doc firebird mysql opengl pdf postgres ssl"
DEPEND="
firebird? ( dev-db/firebird )
mysql? ( virtual/mysql )
opengl? ( virtual/opengl )
postgres? ( dev-db/postgresql )
ssl? ( dev-libs/openssl )
dev-libs/boost
@@ -24,7 +25,6 @@ DEPEND="
media-gfx/graphicsmagick
x11-libs/pango
sys-libs/zlib
virtual/opengl
"
RDEPEND="${DEPEND}"
@@ -58,6 +58,7 @@ src_configure() {
-DENABLE_QT4=OFF
-DENABLE_QT5=ON
-DENABLE_SAML=ON
-DENABLE_OPENGL=$(usex opengl)
)
cmake_src_configure