mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-cpp/wt: add opengl USE
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user