summaryrefslogtreecommitdiff
path: root/dev-qt/qtgui/metadata.xml
blob: 6edd18d69fc8790707719b3dfa113fb716266b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<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="linuxfb">Enable Linux framebuffer support for embedded devices</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>
		<flag name="X">Build the XCB platform plugin and enable X11 integration</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>