mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
Missed that qml could be reasonably optional here. And cannot find where it would need the rest outside examples. Gui could technically be optional but would need its own USE. Do not think it is worth it here unless someone wants this. Maybe missing it, but failed to find anything at all using opengl, it is listed in the docs but...? Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
21 lines
612 B
XML
21 lines
612 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="qml">Build QML/QtQuick bindings and imports</flag>
|
|
</use>
|
|
<upstream>
|
|
<bugs-to>https://bugreports.qt.io/</bugs-to>
|
|
<doc>https://doc.qt.io/</doc>
|
|
<remote-id type="github">qt/qtscxml</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>
|