summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rauch <Rauch.Christian@gmx.de>2022-01-24 00:24:16 +0000
committerChristian Rauch <Rauch.Christian@gmx.de>2022-10-27 21:35:56 +0200
commit2a465140b5452e8713ea5ce7d37c3a6e8b8d3b9a (patch)
tree842ba9b2fe61f465db84a24452a35836e2396a60
parentd421d45b1142f2d2de2244f77e81c2214e197fbb (diff)
add GTK dependency to documentation
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 83234c7..c726405 100644
--- a/README.md
+++ b/README.md
@@ -23,12 +23,13 @@ Optional
- `egl` (to build EGL example)
- `opengl`
- `xkbcommon` (to build cairo demo)
+- `gtk+-3.0` (for GTK plugin)
Install via apt:
-`sudo apt install meson libwayland-dev wayland-protocols libpango1.0-dev libdbus-1-dev libegl-dev libopengl-dev libxkbcommon-dev`
+`sudo apt install meson libwayland-dev wayland-protocols libpango1.0-dev libdbus-1-dev libegl-dev libopengl-dev libxkbcommon-dev libgtk-3-dev`
Install via dnf:
-`sudo dnf install meson wayland-devel wayland-protocols-devel pango-devel dbus-devel mesa-libEGL-devel libglvnd-devel libxkbcommon-devel`
+`sudo dnf install meson wayland-devel wayland-protocols-devel pango-devel dbus-devel mesa-libEGL-devel libglvnd-devel libxkbcommon-devel gtk3-devel`
Newer meson versions can be installed via pip: `pip3 install -U meson`.