mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-04 09:07:27 -08:00
These headers may have never existed in the gentoo tree, older versions just silently compiled causing breakage elsewhere. Now the situation has improved in 7.0.0 where it will fail to configure without the headers present atleast. But this doesn't address the fact that these headers are still elusive. These headers were most likely available in an android fork of the kernel at some time and some other related headers are in an out of tree module beagle-nxp-hdmi which was last updated in 2012 and was never in the gentoo tree. Closes: https://bugs.gentoo.org/955124 Closes: https://bugs.gentoo.org/922690 Closes: https://bugs.gentoo.org/818262 Closes: https://bugs.gentoo.org/824978 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41865 Signed-off-by: Sam James <sam@gentoo.org>
16 lines
675 B
XML
16 lines
675 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<use>
|
|
<flag name="exynos">Enable support for Exynos chipsets</flag>
|
|
<flag name="xrandr">Enable detection of active HDMI using xrandr extensions</flag>
|
|
<flag name="kernel-cec">Enable support for Linux kernel CEC framework</flag>
|
|
<flag name="tools">Enable build of cec-client and other test and demo executable tools</flag>
|
|
<flag name="udev">Enable detection of USB-CEC port by udev</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">Pulse-Eight/libcec</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|