Add `glu` dependency for tqtinterface.

This is some workaround, until this is fixed at TDE level.

Signed-off-by: Chris <xchrisx@uber.space>
pull/131/head
Chris 4 years ago committed by TDE Gitea
parent a89712105f
commit 08336df21c

@ -14,7 +14,8 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
DEPEND="~dev-tqt/tqt-${PV}"
DEPEND="~dev-tqt/tqt-${PV}
virtual/glu )"
RDEPEND="${DEPEND}"
pkg_setup() {

@ -12,7 +12,8 @@ HOMEPAGE="http://www.trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
DEPEND="=dev-tqt/tqt-${PV}"
DEPEND="=dev-tqt/tqt-${PV}
virtual/glu )"
RDEPEND="${DEPEND}"
pkg_setup() {

Loading…
Cancel
Save