mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
USE=gnome choice may debatable given this does not depend on gnome, but it does nothing ootb unless gnome is detected and is intended to integrate better with it. Alternatively could've done USE=adwaita or USE=gnome-integration and enable it manually on gnome profiles but does not feel necessary. fwiw keep a local USE description to clarify. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
25 lines
888 B
XML
25 lines
888 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>qt@gentoo.org</email>
|
|
<name>Gentoo Qt Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="compositor">Enable support for the wayland compositor / server APIs</flag>
|
|
<flag name="gnome">Build the GNOME-like decoration plugin (loaded by default with GNOME)</flag>
|
|
<flag name="qml">Build QML/QtQuick bindings and imports</flag>
|
|
<flag name="vulkan">Enable support for Vulkan-based server buffer integration</flag>
|
|
</use>
|
|
<upstream>
|
|
<bugs-to>https://bugreports.qt.io/</bugs-to>
|
|
<doc>https://doc.qt.io/</doc>
|
|
<remote-id type="github">qt/qtwayland</remote-id>
|
|
</upstream>
|
|
<slots>
|
|
<subslots>
|
|
Must only be used by packages that are known to use private parts of the Qt API.
|
|
</subslots>
|
|
</slots>
|
|
</pkgmetadata>
|