aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fbida.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/fbida.spec b/fbida.spec
index 89a7ae2..9d5e6e6 100644
--- a/fbida.spec
+++ b/fbida.spec
@@ -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