diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-03-21 16:52:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-21 16:52:24 +0100 |
commit | 2406c1dbc6ddb806db03bfee769d6a8617b6a760 (patch) | |
tree | dbd72466a0ebb3521ca312781889fc8a32021a26 /gui-libs/egl-wayland/metadata.xml | |
parent | gui-libs/eglexternalplatform: new package 1.1 (diff) | |
download | gentoo-2406c1dbc6ddb806db03bfee769d6a8617b6a760.tar.gz gentoo-2406c1dbc6ddb806db03bfee769d6a8617b6a760.tar.bz2 gentoo-2406c1dbc6ddb806db03bfee769d6a8617b6a760.zip |
gui-libs/egl-wayland: new package 1.1.6
Split off from nvidia-drivers[wayland] which formerly only provided
runtime files (no pkgconfig).
Uses its own versioning and doesn't seem to need to match drivers, so
it makes more sense as its own package.
Package is needed to provide EGLStream (nvidia's workaround to get
acceleration on wayland) support notably in x11-wm/mutter (wants
the pkg-config file) and some other wayland compositors.
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19812
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'gui-libs/egl-wayland/metadata.xml')
-rw-r--r-- | gui-libs/egl-wayland/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gui-libs/egl-wayland/metadata.xml b/gui-libs/egl-wayland/metadata.xml new file mode 100644 index 000000000000..cb6ef54fb36c --- /dev/null +++ b/gui-libs/egl-wayland/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>sudinave@gmail.com</email> + <name>Ionen Wolkens</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">NVIDIA/egl-wayland</remote-id> + </upstream> +</pkgmetadata> |