Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Fri, 03 Mar 2017 04:25:26
Message-Id: 1488515094.9143a6e5e67cbb47d7b1916dc3d935d500fa73a5.mattst88@gentoo
1 commit: 9143a6e5e67cbb47d7b1916dc3d935d500fa73a5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 04:24:32 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 04:24:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9143a6e5
7
8 dev-libs/weston: Stop building simple dmabuf clients.
9
10 dev-libs/weston/weston-1.11.0.ebuild | 9 ++++-----
11 dev-libs/weston/weston-9999.ebuild | 9 ++++-----
12 2 files changed, 8 insertions(+), 10 deletions(-)
13
14 diff --git a/dev-libs/weston/weston-1.11.0.ebuild b/dev-libs/weston/weston-1.11.0.ebuild
15 index ee12bcfd599..9f40f4f8166 100644
16 --- a/dev-libs/weston/weston-1.11.0.ebuild
17 +++ b/dev-libs/weston/weston-1.11.0.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -27,8 +27,7 @@ fi
25 LICENSE="MIT CC-BY-SA-3.0"
26 SLOT="0"
27
28 -IUSE_VIDEO_CARDS="video_cards_intel video_cards_v4l"
29 -IUSE="colord dbus +drm editor examples fbdev +gles2 headless ivi jpeg lcms rdp +resize-optimization rpi +launch screen-sharing static-libs +suid systemd test unwind wayland-compositor webp +X xwayland ${IUSE_VIDEO_CARDS}"
30 +IUSE="colord dbus +drm editor examples fbdev +gles2 headless ivi jpeg lcms rdp +resize-optimization rpi +launch screen-sharing static-libs +suid systemd test unwind wayland-compositor webp +X xwayland"
31
32 REQUIRED_USE="
33 drm? ( gles2 )
34 @@ -131,10 +130,10 @@ src_configure() {
35 $(use_enable systemd systemd-notify) \
36 $(use_enable xwayland) \
37 $(use_enable xwayland xwayland-test) \
38 - $(use_enable video_cards_intel simple-dmabuf-intel-client) \
39 - $(use_enable video_cards_v4l simple-dmabuf-v4l-client) \
40 $(use_with jpeg) \
41 $(use_with webp) \
42 + --disable-simple-dmabuf-intel-client \
43 + --disable-simple-dmabuf-v4l-client \
44 ${myconf}
45 }
46
47
48 diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
49 index e4c51c0b873..253af543185 100644
50 --- a/dev-libs/weston/weston-9999.ebuild
51 +++ b/dev-libs/weston/weston-9999.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2016 Gentoo Foundation
54 +# Copyright 1999-2017 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=5
58 @@ -27,8 +27,7 @@ fi
59 LICENSE="MIT CC-BY-SA-3.0"
60 SLOT="0"
61
62 -IUSE_VIDEO_CARDS="video_cards_intel video_cards_v4l"
63 -IUSE="colord dbus +drm editor examples fbdev +gles2 headless ivi jpeg lcms rdp +resize-optimization rpi +launch screen-sharing static-libs +suid systemd test unwind wayland-compositor webp +X xwayland ${IUSE_VIDEO_CARDS}"
64 +IUSE="colord dbus +drm editor examples fbdev +gles2 headless ivi jpeg lcms rdp +resize-optimization rpi +launch screen-sharing static-libs +suid systemd test unwind wayland-compositor webp +X xwayland"
65
66 REQUIRED_USE="
67 drm? ( gles2 )
68 @@ -131,10 +130,10 @@ src_configure() {
69 $(use_enable systemd systemd-notify) \
70 $(use_enable xwayland) \
71 $(use_enable xwayland xwayland-test) \
72 - $(use_enable video_cards_intel simple-dmabuf-intel-client) \
73 - $(use_enable video_cards_v4l simple-dmabuf-v4l-client) \
74 $(use_with jpeg) \
75 $(use_with webp) \
76 + --disable-simple-dmabuf-intel-client \
77 + --disable-simple-dmabuf-v4l-client \
78 ${myconf}
79 }