diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-02 20:24:32 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-02 20:24:54 -0800 |
commit | 9143a6e5e67cbb47d7b1916dc3d935d500fa73a5 (patch) | |
tree | cad6fd85e294f7af4458c111c83d36de389a8dbe /dev-libs/weston | |
parent | x11-base/xorg-drivers: Drop dead drivers. (diff) | |
download | gentoo-9143a6e5e67cbb47d7b1916dc3d935d500fa73a5.tar.gz gentoo-9143a6e5e67cbb47d7b1916dc3d935d500fa73a5.tar.bz2 gentoo-9143a6e5e67cbb47d7b1916dc3d935d500fa73a5.zip |
dev-libs/weston: Stop building simple dmabuf clients.
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-1.11.0.ebuild | 9 | ||||
-rw-r--r-- | dev-libs/weston/weston-9999.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/dev-libs/weston/weston-1.11.0.ebuild b/dev-libs/weston/weston-1.11.0.ebuild index ee12bcfd5994..9f40f4f81669 100644 --- a/dev-libs/weston/weston-1.11.0.ebuild +++ b/dev-libs/weston/weston-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,8 +27,7 @@ fi LICENSE="MIT CC-BY-SA-3.0" SLOT="0" -IUSE_VIDEO_CARDS="video_cards_intel video_cards_v4l" -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}" +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" REQUIRED_USE=" drm? ( gles2 ) @@ -131,10 +130,10 @@ src_configure() { $(use_enable systemd systemd-notify) \ $(use_enable xwayland) \ $(use_enable xwayland xwayland-test) \ - $(use_enable video_cards_intel simple-dmabuf-intel-client) \ - $(use_enable video_cards_v4l simple-dmabuf-v4l-client) \ $(use_with jpeg) \ $(use_with webp) \ + --disable-simple-dmabuf-intel-client \ + --disable-simple-dmabuf-v4l-client \ ${myconf} } diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index e4c51c0b873d..253af5431859 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,8 +27,7 @@ fi LICENSE="MIT CC-BY-SA-3.0" SLOT="0" -IUSE_VIDEO_CARDS="video_cards_intel video_cards_v4l" -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}" +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" REQUIRED_USE=" drm? ( gles2 ) @@ -131,10 +130,10 @@ src_configure() { $(use_enable systemd systemd-notify) \ $(use_enable xwayland) \ $(use_enable xwayland xwayland-test) \ - $(use_enable video_cards_intel simple-dmabuf-intel-client) \ - $(use_enable video_cards_v4l simple-dmabuf-v4l-client) \ $(use_with jpeg) \ $(use_with webp) \ + --disable-simple-dmabuf-intel-client \ + --disable-simple-dmabuf-v4l-client \ ${myconf} } |