diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-16 12:58:54 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-16 12:58:54 +0100 |
commit | af973d2eac3708e39164cf3f17f64c9caafd2b9c (patch) | |
tree | cd81cbb32078302df297dff0b7fdbef705d90a51 /fbida.spec | |
parent | 29a096782a4a0ec2a93074b88345586040ce1130 (diff) | |
download | fbida-af973d2eac3708e39164cf3f17f64c9caafd2b9c.tar.gz |
enable motif
Diffstat (limited to 'fbida.spec')
-rw-r--r-- | fbida.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -64,7 +64,8 @@ jpegtran it also handles the exif metadata. %build export CFLAGS="%{optflags}" -meson --prefix=%{_prefix} build-rpm +meson setup --prefix=%{_prefix} build-rpm +meson configure build-rpm -Dmotif=enabled ninja-build -C build-rpm %install |