diff options
-rw-r--r-- | pangolin.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pangolin.spec b/pangolin.spec index fb10d8e..686fa9e 100644 --- a/pangolin.spec +++ b/pangolin.spec @@ -20,17 +20,17 @@ Source0: %{name}_%{version}.orig.tar.gz Requires: glew-devel Requires: python3-devel Requires: libpng-devel -Requires: libturbojpeg -Requires: libxkbcommon-dev +Requires: turbojpeg-devel +Requires: libxkbcommon-devel Requires: wayland BuildRequires: glew-devel BuildRequires: python3-devel BuildRequires: libpng-devel -BuildRequires: libturbojpeg -BuildRequires: libxkbcommon-dev +BuildRequires: turbojpeg-devel +BuildRequires: libxkbcommon-devel BuildRequires: eigen3-devel -BuildRequires: wayland-dev +BuildRequires: wayland-devel BuildRequires: cmake %if 0%{?with_tests} @@ -107,5 +107,5 @@ else echo "RPM TESTS SKIPPED"; fi /opt/ros/%{ros_distro} %changelog -* 三 12月 04 2024 Steven Lovegrove stevenlovegrove@gmail.com - 0.9.1-1 +* Fri May 23 2025 Steven Lovegrove stevenlovegrove@gmail.com - 0.9.1-1 - Autogenerated by ros-porting-tools |