From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83640138334 for ; Sun, 24 Nov 2019 23:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE1BDE0819; Sun, 24 Nov 2019 23:49:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3E20E0819 for ; Sun, 24 Nov 2019 23:49:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A38A834D2DE for ; Sun, 24 Nov 2019 23:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D81D85C for ; Sun, 24 Nov 2019 23:49:16 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1574639305.bfd7d5de065c20b0d3bdf67030c06f78363c090c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-7.0.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: bfd7d5de065c20b0d3bdf67030c06f78363c090c X-VCS-Branch: master Date: Sun, 24 Nov 2019 23:49:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e646c9a9-8d3f-4217-93ea-019c13d5a0c9 X-Archives-Hash: 9711f38162e298748f57f87eecfdf509 commit: bfd7d5de065c20b0d3bdf67030c06f78363c090c Author: James Le Cuirot gentoo org> AuthorDate: Sun Nov 24 23:48:25 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Nov 24 23:48:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd7d5de dev-libs/weston: Fix -Dsimple-clients when USE=-examples If you don't pass the option at all then it builds all the clients. Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/weston/weston-7.0.0.ebuild | 2 +- dev-libs/weston/weston-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/weston/weston-7.0.0.ebuild b/dev-libs/weston/weston-7.0.0.ebuild index 0af0f01a4a0..e252e16ee99 100644 --- a/dev-libs/weston/weston-7.0.0.ebuild +++ b/dev-libs/weston/weston-7.0.0.ebuild @@ -120,7 +120,7 @@ src_configure() { -Dtools=debug,info,terminal -Dsimple-dmabuf-drm=auto $(meson_use examples demo-clients) - $(usex examples -Dsimple-clients=damage,dmabuf-v4l,im,shm,touch$(usex gles2 ,dmabuf-egl,egl "") "") + -Dsimple-clients=$(usex examples damage,dmabuf-v4l,im,shm,touch$(usex gles2 ,dmabuf-egl,egl "") "") $(meson_use resize-optimization resize-pool) -Dtest-junit-xml=false "${myconf[@]}" diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 0af0f01a4a0..e252e16ee99 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -120,7 +120,7 @@ src_configure() { -Dtools=debug,info,terminal -Dsimple-dmabuf-drm=auto $(meson_use examples demo-clients) - $(usex examples -Dsimple-clients=damage,dmabuf-v4l,im,shm,touch$(usex gles2 ,dmabuf-egl,egl "") "") + -Dsimple-clients=$(usex examples damage,dmabuf-v4l,im,shm,touch$(usex gles2 ,dmabuf-egl,egl "") "") $(meson_use resize-optimization resize-pool) -Dtest-junit-xml=false "${myconf[@]}"