diff --git a/libyui.spec b/libyui.spec index b830a87..c38cf6c 100644 --- a/libyui.spec +++ b/libyui.spec @@ -32,7 +32,7 @@ Name: %{libname} Version: 4.2.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GUI-abstraction library License: (LGPLv2 or LGPLv3) and MIT @@ -322,6 +322,7 @@ interfaces (Qt, Gtk) and text based user interfaces (ncurses). %cmake \ -DWERROR=FALSE \ -DBUILD_EXAMPLES=OFF \ + -DWITH_MGA=ON \ -DWITH_MONO=OFF \ -DPYTHON_EXECUTABLE=%{python3} \ -DPYTHON_INCLUDE_DIR=%{_includedir}/python%{python3_version} \ @@ -345,6 +346,9 @@ install -m0755 -d %{buildroot}%{_libdir}/yui %changelog +* Tue Mar 08 2022 Onuralp Sezer - 4.2.16-3 +- Cmake with-mga enabled. + * Tue Feb 22 2022 Onuralp Sezer - 4.2.16-2 - Adding libyui-qt-graph and spec file clean up