mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
xf86-video-fbdev: update to 0.5.1.
This commit is contained in:
parent
3452273312
commit
5c4598a476
2 changed files with 4 additions and 24 deletions
|
@ -1,20 +0,0 @@
|
||||||
This macro cannot be normally defined in cross.
|
|
||||||
|
|
||||||
--- a/src/fbdev.c 2019-04-30 17:41:01.660203681 +0200
|
|
||||||
+++ b/src/fbdev.c 2019-04-30 17:41:07.756263574 +0200
|
|
||||||
@@ -1010,7 +1010,6 @@
|
|
||||||
fPtr->CloseScreen = pScreen->CloseScreen;
|
|
||||||
pScreen->CloseScreen = FBDevCloseScreen;
|
|
||||||
|
|
||||||
-#if XV
|
|
||||||
{
|
|
||||||
XF86VideoAdaptorPtr *ptr;
|
|
||||||
|
|
||||||
@@ -1019,7 +1018,6 @@
|
|
||||||
xf86XVScreenInit(pScreen,ptr,n);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-#endif
|
|
||||||
|
|
||||||
TRACE_EXIT("FBDevScreenInit");
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xf86-video-fbdev'
|
# Template file for 'xf86-video-fbdev'
|
||||||
pkgname=xf86-video-fbdev
|
pkgname=xf86-video-fbdev
|
||||||
version=0.5.0
|
version=0.5.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xorg-server-devel"
|
makedepends="xorg-server-devel"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Xorg framebuffer video driver"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.xz"
|
||||||
checksum=dcc3d85f378022180e437a9ec00a59b6cb7680ff79c40394d695060af2374699
|
checksum=9c2bc0fb9af092804138e8d5cb5627cabf2919ef60f0d1544a95c4ac2047f387
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue