diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wayvnc/metadata.xml | 3 | ||||
-rw-r--r-- | net-misc/wayvnc/wayvnc-0.2.0.ebuild | 2 | ||||
-rw-r--r-- | net-misc/wayvnc/wayvnc-9999.ebuild | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/net-misc/wayvnc/metadata.xml b/net-misc/wayvnc/metadata.xml index 004555a..cdb7671 100644 --- a/net-misc/wayvnc/metadata.xml +++ b/net-misc/wayvnc/metadata.xml @@ -5,4 +5,7 @@ <email>alex_y_xu@yahoo.ca</email> <name>Alex Xu (Hello71)</name> </maintainer> + <use> + <flag name="gbm">Enable zero-copy screencast support.</flag> + </use> </pkgmetadata> diff --git a/net-misc/wayvnc/wayvnc-0.2.0.ebuild b/net-misc/wayvnc/wayvnc-0.2.0.ebuild index 54bcd82..db8baae 100644 --- a/net-misc/wayvnc/wayvnc-0.2.0.ebuild +++ b/net-misc/wayvnc/wayvnc-0.2.0.ebuild @@ -33,7 +33,7 @@ BDEPEND="dev-libs/wayland" src_configure() { local emesonargs=( - $(meson_features gbm screencopy-dmabuf) + $(meson_feature gbm screencopy-dmabuf) ) meson_src_configure diff --git a/net-misc/wayvnc/wayvnc-9999.ebuild b/net-misc/wayvnc/wayvnc-9999.ebuild index 5b298a0..474dd69 100644 --- a/net-misc/wayvnc/wayvnc-9999.ebuild +++ b/net-misc/wayvnc/wayvnc-9999.ebuild @@ -33,7 +33,7 @@ BDEPEND="dev-libs/wayland" src_configure() { local emesonargs=( - $(meson_features gbm screencopy-dmabuf) + $(meson_feature gbm screencopy-dmabuf) ) meson_src_configure |