diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2020-10-11 11:42:41 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2020-10-11 11:42:41 +0300 |
commit | 00c36a787a81a728a3ee0cdce0b680f1c1fcde80 (patch) | |
tree | ab9f7b2d883b61fac34191601bf04ea1318aa580 /x11-wm/e16 | |
parent | x11-misc/e16menuedit2: fix build with -fno-common (diff) | |
download | gentoo-00c36a787a81a728a3ee0cdce0b680f1c1fcde80.tar.gz gentoo-00c36a787a81a728a3ee0cdce0b680f1c1fcde80.tar.bz2 gentoo-00c36a787a81a728a3ee0cdce0b680f1c1fcde80.zip |
x11-wm/e16: pango code needs xft
Closes: https://bugs.gentoo.org/708630
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/e16-1.0.21.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/e16/e16-1.0.21.ebuild b/x11-wm/e16/e16-1.0.21.ebuild index 5d940a12f3f6..735f01c76d2c 100644 --- a/x11-wm/e16/e16-1.0.21.ebuild +++ b/x11-wm/e16/e16-1.0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,6 +17,7 @@ libhack modules nls opengl +pango sndfile sound +themes xcomposite REQUIRED_USE=" audiofile? ( sound ) opengl? ( xcomposite ) + pango? ( xft ) sndfile? ( sound ) sound? ( ^^ ( sndfile audiofile ) ) " |