diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-04-09 07:45:16 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-04-09 07:45:16 +0000 |
| commit | fccb90adedfb6f73bd5964e2d017eb59bad9ce29 (patch) | |
| tree | f514becabc5b3d4dce715258ffa3c7b31bb047c8 | |
| parent | be8dcfcd6c58f127960516338a6bf585ab464308 (diff) | |
automatic import of libcamera
| -rw-r--r-- | libcamera.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libcamera.spec b/libcamera.spec index 187fc83..9921b09 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -41,16 +41,16 @@ A complex camera support library for Linux, Android, and ChromeOS. %autosetup -c -n %{name}-%{version} %build -%meson \ - -Dprefix=/opt/ros/%{ros_distro} \ - -Dlibdir=lib \ +meson setup build \ + --prefix=/opt/ros/%{ros_distro} \ + --libdir=lib \ -Dpipelines=uvcvideo,vimc \ -Dv4l2=true \ -Dtest=false -%meson_build +meson compile -C build %install -%meson_install +meson install -C build --destdir %{buildroot} %if 0%{?with_tests} %check |
