#1 Fix flatpak build
Merged 9 months ago by yselkowitz. Opened 9 months ago by yselkowitz.
rpms/ yselkowitz/jsoncpp rawhide  into  rawhide

file modified
+1 -1
@@ -78,7 +78,7 @@ 

  %if %{with jsoncpp_enables_doc}

  # Build the doc

  cp -p %{__cmake_builddir}/version .

- %{__python3} doxybuild.py --with-dot --doxygen %{_bindir}/doxygen

+ %{__python3} doxybuild.py --with-dot --doxygen /usr/bin/doxygen

  rm -f version

  %endif

  

As a build-time-only dependency, the system doxygen in /usr is used even when building jsoncpp for flatpaks in /app.

Pull-Request has been merged by yselkowitz

9 months ago
Metadata