diff options
author | stefson <herrtimson@yahoo.de> | 2018-06-17 10:52:03 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-06-17 05:37:31 -0400 |
commit | 6e7591bdfa84262c02cab0e42e77802593d3efce (patch) | |
tree | 07a433f2d3c0e85faa18d478b236d5ddee1ff26f /dev-libs | |
parent | dev-qt/qtwebengine: old (diff) | |
download | musl-6e7591bdfa84262c02cab0e42e77802593d3efce.tar.gz musl-6e7591bdfa84262c02cab0e42e77802593d3efce.tar.bz2 musl-6e7591bdfa84262c02cab0e42e77802593d3efce.zip |
dev-libs/DirectFB: sync with tree
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild (renamed from dev-libs/DirectFB/DirectFB-1.7.6.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild b/dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild index bdf1d83f..b6b41422 100644 --- a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild +++ b/dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild @@ -57,14 +57,13 @@ RDEPEND=" ) tremor? ( media-libs/tremor ) truetype? ( >=media-libs/freetype-2.0.1 ) - vdpau? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXext x11-libs/libvdpau ) + vdpau? ( x11-libs/libX11 x11-libs/libXext x11-libs/libvdpau ) vorbis? ( media-libs/libvorbis ) webp? ( media-libs/libwebp ) X? ( x11-libs/libXext x11-libs/libX11 ) xine? ( media-libs/xine-lib[vdpau?] ) zlib? ( sys-libs/zlib ) " -DEPEND="${RDEPEND} - X? ( x11-proto/xextproto x11-proto/xproto )" +DEPEND="${RDEPEND}" src_prepare() { epatch \ @@ -203,3 +202,4 @@ pkg_postinst() { ewarn "unexpectedly set in absolute mode in all DirectFB applications." ewarn "This can be fixed by removing linuxinput from INPUT_DEVICES." } + |