diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-04-14 22:46:26 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-04-14 22:47:48 +0100 |
commit | e2950f4c45b2c2515556a4971348d5df608c6125 (patch) | |
tree | 1103518c47691aba52cb404f6ad0dad3d8eeb7b7 /dev-libs/weston | |
parent | net-libs/libesmtp: fix ssl slot/subslots (diff) | |
download | gentoo-e2950f4c45b2c2515556a4971348d5df608c6125.tar.gz gentoo-e2950f4c45b2c2515556a4971348d5df608c6125.tar.bz2 gentoo-e2950f4c45b2c2515556a4971348d5df608c6125.zip |
dev-libs/weston: Fix selection of example clients
im was misspelled as img. Ideally "all" would be smart enough to
exclude dmabuf-egl and egl when the GL backend is disabled.
Closes: https://bugs.gentoo.org/683326
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-6.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/weston/weston-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/weston/weston-6.0.0.ebuild b/dev-libs/weston/weston-6.0.0.ebuild index 70df71207df3..99a21bac4ef1 100644 --- a/dev-libs/weston/weston-6.0.0.ebuild +++ b/dev-libs/weston/weston-6.0.0.ebuild @@ -114,7 +114,7 @@ src_configure() { -Dtools=debug,info,terminal -Dsimple-dmabuf-drm=auto $(meson_use examples demo-clients) - $(usex examples -Dsimple-clients=damage,img,egl,shm,touch "") + $(usex examples -Dsimple-clients=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 f0ba4e027b70..b30adfd37d1d 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -114,7 +114,7 @@ src_configure() { -Dtools=debug,info,terminal -Dsimple-dmabuf-drm=auto $(meson_use examples demo-clients) - $(usex examples -Dsimple-clients=damage,img,egl,shm,touch "") + $(usex examples -Dsimple-clients=damage,dmabuf-v4l,im,shm,touch$(usex gles2 ,dmabuf-egl,egl "") "") $(meson_use resize-optimization resize-pool) -Dtest-junit-xml=false "${myconf[@]}" |