gentoo-ebuilds/dev-qt/qtscxml/metadata.xml
Ionen Wolkens e69ee1b26d
dev-qt/qtscxml: tighten deps, make qml optional
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>
2023-09-09 12:06:32 -04:00

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>