From b85a44a1eff263af6f65369e70b1f19c27de913a Mon Sep 17 00:00:00 2001
From: Jakob Bornecrantz <jakob@collabora.com>
Date: Sun, 6 Dec 2020 23:57:01 +0000
Subject: [PATCH] README: Add oddly named packages for Fedora

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f0a6e18b0..4b9cc6765 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,12 @@ and aims to support other operating systems in the near future.
 Dependencies include:
 
 * [CMake][] 3.13 or newer (Note Ubuntu 18.04 only has 3.10) or meson >= 0.49
-* Vulkan headers
+* Vulkan headers and loader - Fedora package `vulkan-loader-devel`
 * OpenGL headers
 * Eigen3
-* glslangValidator - Debian/Ubuntu package `glslang-tools`.
+* glslangValidator - Debian/Ubuntu package `glslang-tools`, Fedora package `glslang`.
 * libusb
-* libudev
+* libudev - Fedora package `systemd-devel`
 * Video 4 Linux - Debian/Ubuntu package `libv4l-dev`.
 
 Optional (but recommended) dependencies:
-- 
GitLab