aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2019-08-22 14:50:42 -0400
committerGitHub <noreply@github.com>2019-08-22 14:50:42 -0400
commit9e7bb358b2d968f681b7c7b37ba507e61634fd00 (patch)
tree1b73bce72373a38cc5da174ec4bb3c70a58ad859
parentUpdate README.md (diff)
downloadlumina-9e7bb358b2d968f681b7c7b37ba507e61634fd00.tar.gz
lumina-9e7bb358b2d968f681b7c7b37ba507e61634fd00.tar.bz2
lumina-9e7bb358b2d968f681b7c7b37ba507e61634fd00.zip
Update README.md
Update Fedora/CentOS packages needed.
-rw-r--r--src-qt5/core/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/README.md b/src-qt5/core/README.md
index a0ffbbba..d46b8448 100644
--- a/src-qt5/core/README.md
+++ b/src-qt5/core/README.md
@@ -27,7 +27,7 @@ Other Files that get installed if "core" is built directly:
* svg
* widgets
* x11extras
- * NOTE: Qt5 platform theme and developer libraries are also required to build the Lumina theme engine plugin (the "qtbase5-private-dev" package on Debian/Ubuntu, or "qt5-qtbase-private-devel" on Fedora/CentOS)
+ * NOTE: Qt5 platform theme and developer libraries are also required to build the Lumina theme engine plugin (the "qtbase5-private-dev" package on Debian/Ubuntu, or "qt5-qtbase-private-devel" and "qt5-qtbase-static" packages on Fedora/CentOS)
2. X11 Libraries
* libXdamage
3. XCB Libraries
bgstack15