From 5f7ab880558240be952b17a5dc0c9ea3805fc5cf Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Fri, 6 Jan 2017 20:04:04 +0100 Subject: EDID parser library Add a support library to parse EDID that will be used by platform plugins. In order to tell the screen manufacturer from the identifier, the parsers reads /usr/share/hwdata/pnp.ids or, if it's missing, uses a lookup table previously generated from that file with a Python script. Change-Id: Ie021eb68be91f06dc0da54445f88e3533f78d23e Reviewed-by: Laszlo Agocs --- sync.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 2f68f93e53..4cb5563cc4 100644 --- a/sync.profile +++ b/sync.profile @@ -26,6 +26,7 @@ "QtFbSupport" => "$basedir/src/platformsupport/fbconvenience", "QtGlxSupport" => "$basedir/src/platformsupport/glxconvenience", "QtKmsSupport" => "$basedir/src/platformsupport/kmsconvenience", + "QtEdidSupport" => "$basedir/src/platformsupport/edid", "QtVulkanSupport" => "$basedir/src/platformsupport/vkconvenience", "QtPlatformHeaders" => "$basedir/src/platformheaders", "QtANGLE/KHR" => "!$basedir/src/3rdparty/angle/include/KHR", -- cgit v1.2.3