summaryrefslogtreecommitdiff
path: root/dev-qt/qtgui/metadata.xml
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-28 13:59:11 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-28 13:59:11 -0400
commit3a21fdd4ee9c71bce002af093736fca039063fa4 (patch)
tree2453390144b936cdb058e41e1d4f0449cf226eb8 /dev-qt/qtgui/metadata.xml
parentd85ccc3098a292e8b5591f6e89a8d12ec535b0fa (diff)
downloadgentoo-overlay-3a21fdd4ee9c71bce002af093736fca039063fa4.tar.xz
gentoo-overlay-3a21fdd4ee9c71bce002af093736fca039063fa4.zip
dev-qt/qtgui: don't force gui
Diffstat (limited to 'dev-qt/qtgui/metadata.xml')
-rw-r--r--dev-qt/qtgui/metadata.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml
new file mode 100644
index 0000000..b10c1ae
--- /dev/null
+++ b/dev-qt/qtgui/metadata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>qt@gentoo.org</email>
+ <name>Gentoo Qt Project</name>
+ </maintainer>
+ <use>
+ <flag name="egl">Enable EGL integration</flag>
+ <flag name="eglfs">Build the EGL Full Screen/Single Surface platform plugin</flag>
+ <flag name="evdev">Enable support for input devices via evdev</flag>
+ <flag name="ibus">Build the IBus input method plugin</flag>
+ <flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
+ <flag name="tslib">Enable support for touchscreen devices via <pkg>x11-libs/tslib</pkg></flag>
+ <flag name="tuio">Build plugin to receive touch events over the TUIO protocol</flag>
+ <flag name="vulkan">Enable support for Vulkan</flag>
+ <flag name="wayland">Provide <pkg>dev-qt/qtwayland</pkg> to ensure Qt applications can be run as Wayland clients</flag>
+ </use>
+ <upstream>
+ <bugs-to>https://bugreports.qt.io/</bugs-to>
+ <doc>https://doc.qt.io/</doc>
+ </upstream>
+ <slots>
+ <subslots>
+ Must only be used by packages that are known to use private parts of the Qt API.
+ </subslots>
+ </slots>
+</pkgmetadata>