- Add huge patch to fix the majority of remotes to have sensible keycodes,

so they work out-of-the-box (#457273)
epel8
Bastien Nocera 17 years ago
parent c73c3bd6e6
commit 6a6e021cff

File diff suppressed because it is too large Load Diff

@ -118,7 +118,6 @@ of remote control configuration files.
%patch0 -p1 -b .incl
%patch1 -p1 -b .xbuf
%patch2 -p1 -b .suf
%patch3 -p1 -b .keycode
chmod 644 contrib/*
@ -150,6 +149,8 @@ sed -i -e 's/vga.h/SVGALIB_DISABLED/g' configure*
touch -r aclocal.m4 configure.ac # avoid autofoo re-run
# Do this after, as we're touching the remote definitions earlier
%patch3 -p1 -b .keycode
%build
%configure \

Loading…
Cancel
Save