Build: correct package name & code-comment for WESTON in lib/

This commit is contained in:
Campbell Barton
2023-11-09 14:54:06 +11:00
parent 59264115ce
commit 5ebaf8af59
2 changed files with 3 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ PACKAGES_FOR_LIBS=(
libinput-devel
libevdev-devel
mesa-libEGL-devel
systemd-dev # for `libudev` (not so obvious!).
systemd-devel # for `libudev` (not so obvious!).
# Required by: `weston --headless` (run-time requirement for off screen rendering).
mesa-dri-drivers
mesa-libEGL

View File

@@ -116,7 +116,8 @@ class backend_wayland(backend_base):
"""
# NOTE(@ideasman42): WESTON does not make it convenient to run a portable instance,
# a reasonable amount of logic here is simply to get WESTON running with references to portable paths.
# Once pcakges are available on RedHad8, we might consider to remove this entire function.
# Once packages are available on the Linux distribution used for the CI-environment,
# we can consider removing this entire function.
weston_env = {}
weston_ini = []
ld_library_paths = []