wok-current rev 20382
xorg-xf86-video-fbdev: hack for xorg-server 1.12.4 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 15 22:08:20 2018 +0200 (2018-06-15) |
parents | 29f2e486ba73 |
children | 0946c634e902 |
files | xorg-xf86-video-fbdev/receipt |
line diff
1.1 --- a/xorg-xf86-video-fbdev/receipt Fri Jun 15 16:21:37 2018 +0200 1.2 +++ b/xorg-xf86-video-fbdev/receipt Fri Jun 15 22:08:20 2018 +0200 1.3 @@ -24,6 +24,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # xorg-server 1.12.4 support hack... 1.8 + sed -i -e 's/\(fbdevHWSwitchMode.*\));/\1, 0);/' \ 1.9 + -e 's/\(fbdevHWAdjustFrame.*\)y);/\1y, 0);/' \ 1.10 + -e 's/\(fbdevHWEnterVT.*\));/\1, 0);/' \ 1.11 + -e 's/\(fbdevHWLeaveVT.*\));/\1, 0);/' \ 1.12 + src/fbdev.c 1.13 + 1.14 ./configure \ 1.15 --prefix=/usr \ 1.16 --sysconfdir=/etc \