Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab has been upgraded to v13.9
🎉
. Enjoy
Open sidebar
alpine
aports
Commits
0d1d515e
Commit
0d1d515e
authored
Sep 26, 2013
by
Bartłomiej Piotrowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/xf86-video-fbdev: fix build
parent
5439919a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
37 deletions
+4
-37
main/xf86-video-fbdev/APKBUILD
main/xf86-video-fbdev/APKBUILD
+4
-8
main/xf86-video-fbdev/mibstore.patch
main/xf86-video-fbdev/mibstore.patch
+0
-29
No files found.
main/xf86-video-fbdev/APKBUILD
View file @
0d1d515e
...
...
@@ -11,8 +11,7 @@ depends=
makedepends
=
"pkgconfig xorg-server-dev libxi-dev fontsproto randrproto
videoproto renderproto"
source
=
"http://xorg.freedesktop.org/releases/individual/driver/
$pkgname
-
$pkgver
.tar.bz2
mibstore.patch"
source
=
"http://xorg.freedesktop.org/releases/individual/driver/
$pkgname
-
$pkgver
.tar.bz2"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
...
...
@@ -41,9 +40,6 @@ package() {
rm
"
$pkgdir
"
/usr/lib/xorg/modules/
*
/
*
.la
||
return
1
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
md5sums
=
"3931c0e19d441cc576dc088f9eb9fd73 xf86-video-fbdev-0.4.4.tar.bz2
9defb13a8fcb51a2ffcec786b36766b3 mibstore.patch"
sha256sums
=
"9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b xf86-video-fbdev-0.4.4.tar.bz2
4eb30cc4db5d1789429861d2d8f15238b21204d4311763ab7a1f4f32ff2b0321 mibstore.patch"
sha512sums
=
"942ccf7e528b7cf0af19ef0efc9f5c60ab558bd865aad330f1c58a9ef063f9b38b4e62e5622270c0bfc237cb3cbc579d43b854aaa64fa2a9130eede73b1e55e9 xf86-video-fbdev-0.4.4.tar.bz2
5e26f59cdf4b1d2fbd807a5f3612f303b87f01dc220a5c7963bf906eae833e4d88c2787f2e01ed9fd1a355a4cdd38a5aee79e3923508d2558f6ff64255c51fcb mibstore.patch"
md5sums
=
"3931c0e19d441cc576dc088f9eb9fd73 xf86-video-fbdev-0.4.4.tar.bz2"
sha256sums
=
"9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b xf86-video-fbdev-0.4.4.tar.bz2"
sha512sums
=
"942ccf7e528b7cf0af19ef0efc9f5c60ab558bd865aad330f1c58a9ef063f9b38b4e62e5622270c0bfc237cb3cbc579d43b854aaa64fa2a9130eede73b1e55e9 xf86-video-fbdev-0.4.4.tar.bz2"
main/xf86-video-fbdev/mibstore.patch
deleted
100644 → 0
View file @
5439919a
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
--- a/src/fbdev.c
+++ b/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment