New package: xf86-video-fbdev-0.4.3 (required to run X on raspberrypi).
This commit is contained in:
parent
57d1ece968
commit
2bfd116ae5
29
srcpkgs/xf86-video-fbdev/patches/git-fix.diff
Normal file
29
srcpkgs/xf86-video-fbdev/patches/git-fix.diff
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
From ac293412a01d87f87eb61f4adb9db7486a75d3fc Mon Sep 17 00:00:00 2001
|
||||||
|
From: Adam Jackson <ajax@redhat.com>
|
||||||
|
Date: Tue, 25 Sep 2012 12:54:37 +0000
|
||||||
|
Subject: Remove mibstore.h
|
||||||
|
|
||||||
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
||||||
|
---
|
||||||
|
diff --git a/src/fbdev.c b/src/fbdev.c
|
||||||
|
index cd7ebc5..f5a7378 100644
|
||||||
|
--- src/fbdev.c
|
||||||
|
+++ src/fbdev.c
|
||||||
|
@@ -14,7 +14,6 @@
|
||||||
|
#include "xf86_OSproc.h"
|
||||||
|
|
||||||
|
#include "mipointer.h"
|
||||||
|
-#include "mibstore.h"
|
||||||
|
#include "micmap.h"
|
||||||
|
#include "colormapst.h"
|
||||||
|
#include "xf86cmap.h"
|
||||||
|
@@ -845,7 +844,6 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
|
||||||
|
}
|
||||||
|
|
||||||
|
xf86SetBlackWhitePixels(pScreen);
|
||||||
|
- miInitializeBackingStore(pScreen);
|
||||||
|
xf86SetBackingStore(pScreen);
|
||||||
|
|
||||||
|
/* software cursor */
|
||||||
|
--
|
||||||
|
cgit v0.9.0.2-2-gbebe
|
24
srcpkgs/xf86-video-fbdev/template
Normal file
24
srcpkgs/xf86-video-fbdev/template
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Template build file for 'xf86-video-fbdev'.
|
||||||
|
pkgname=xf86-video-fbdev
|
||||||
|
version=0.4.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="xorg-server-devel>=1.13<1.14"
|
||||||
|
short_desc="Xorg framebuffer video driver"
|
||||||
|
homepage="http://xorg.freedesktop.org"
|
||||||
|
license="MIT"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=ff7b037ad110040a4e2db5c84e9741125dbbaf3a08107db47760f3e11f9c4831
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
||||||
|
fi
|
||||||
|
|
||||||
|
xf86-video-fbdev_package() {
|
||||||
|
depends="xserver-abi-video>=13<14"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user