https://bugzilla.rpmfusion.org/show_bug.cgi?id=4892

Vitaly Zaitsev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Vitaly Zaitsev <[email protected]> ---
Remove this rows:

%set_build_flags
./configure             \
    --prefix=/usr       \
    --disable-cg        \
    --disable-jack      \
    --disable-sdl       \
    --enable-ffmpeg

Use this:
%configure --disable-cg        \
    --disable-jack      \
    --disable-sdl       \
    --enable-ffmpeg

This row %dir %{_libdir}/retroarch/ should be replaced with
%{_libdir}/retroarch

All retroarch names can be replaced to %{name} macro.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
rpmfusion-developers mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to