diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-13 10:43:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-13 10:43:07 +0200 |
commit | 04b1dbc1cf86bf8edc2186bc17752ca8e35daa7a (patch) | |
tree | 88bf014d17d20b506fdad4a6e98ca9259c852c59 | |
parent | ba0bd65eebc69ea6c1212de6bc99205183ffa037 (diff) |
weston: add missing runtime dependency
-rw-r--r-- | package/weston/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/weston/Makefile b/package/weston/Makefile index 205104b99..3355dd394 100644 --- a/package/weston/Makefile +++ b/package/weston/Makefile @@ -11,6 +11,7 @@ PKG_DESCR:= wayland compositor PKG_SECTION:= x11/drivers PKG_DEPENDS:= wayland libxkbcommon libinput libpng libjpeg-turbo libseat mesa libexpat PKG_DEPENDS+= libwebp pam libxcursor libudev xkeyboard-config cairo libffi libdrm seatd +PKG_DEPENDS+= libdisplay-info PKG_BUILDDEP:= wayland wayland-protocols libxkbcommon libinput libpng libjpeg-turbo expat PKG_BUILDDEP+= libwebp pam libXcursor eudev cairo libseat libffi libdrm libdisplay-info mesa PKG_SITES:= https://gitlab.freedesktop.org/wayland/weston/-/releases/$(PKG_VERSION)/downloads/ |