dev-libs/weston: Fix selection of example clients
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 14 Apr 2019 21:46:26 +0000 (22:46 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 14 Apr 2019 21:47:48 +0000 (22:47 +0100)
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>
dev-libs/weston/weston-6.0.0.ebuild
dev-libs/weston/weston-9999.ebuild

index 70df71207df34c291d90f9bac0c08a92ff945825..99a21bac4ef1b521dd62cfddd41dda90381876ba 100644 (file)
@@ -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[@]}"
index f0ba4e027b7093eccd5f062de616d7dca7ce11f3..b30adfd37d1d160a29c8118dbb3b65ace9dff874 100644 (file)
@@ -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[@]}"