summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2009-10-22 15:05:04 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2009-10-22 15:05:04 +0000
commitf5ba32ed0ed91217c5fa2d94f34ff564defbc150 (patch)
treea6cb8870081e8ab6bb427cba6100352e07895791 /media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild
parentbump deps on x264 (diff)
downloadgentoo-2-f5ba32ed0ed91217c5fa2d94f34ff564defbc150.tar.gz
gentoo-2-f5ba32ed0ed91217c5fa2d94f34ff564defbc150.tar.bz2
gentoo-2-f5ba32ed0ed91217c5fa2d94f34ff564defbc150.zip
#276085, missing X use-flag for imlib2 if you try to compile with use-flag graphtft-fe
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild')
-rw-r--r--media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild
index ebe2240fdae8..c69c7e3fa8d9 100644
--- a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild
+++ b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.1 2009/10/22 14:26:13 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.2 2009/10/22 15:05:04 hd_brummy Exp $
EAPI="2"
@@ -29,7 +29,8 @@ DEPEND=">=media-video/vdr-1.6.0_p2-r1[graphtft]
>=media-video/ffmpeg-0.4.8_p20090201
imagemagick? ( media-gfx/imagemagick[png,jpeg] )
directfb? ( dev-libs/DirectFB )
- graphtft-fe? ( x11-libs/qt-gui:4 )"
+ graphtft-fe? ( x11-libs/qt-gui:4
+ media-libs/imlib2[png,jpeg,X] )"
RDEPEND="${DEPEND}"