Drop DirectFB

This package is not very useful on its own and nobody
seems to pull this as dependency any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2020-02-12 09:34:44 +00:00
committed by Arne Fitzenreiter
parent 962b7f817e
commit 7a68b87789
9 changed files with 0 additions and 3822 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,22 +0,0 @@
From: Debian Multimedia Maintainers
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Date: Thu, 16 Mar 2017 20:48:20 +0100
Subject: _fix_mknod
---
gfxdrivers/davinci/davinci_c64x.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gfxdrivers/davinci/davinci_c64x.c b/gfxdrivers/davinci/davinci_c64x.c
index 431ffdd..420b567 100644
--- a/gfxdrivers/davinci/davinci_c64x.c
+++ b/gfxdrivers/davinci/davinci_c64x.c
@@ -37,6 +37,8 @@
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/types.h>
+#include <sys/stat.h>
+#include <sys/sysmacros.h>
#include <unistd.h>
#include <directfb_util.h>