mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
version bump #561
This commit is contained in:
parent
030df258c7
commit
9fa11e9e5d
@ -1,17 +0,0 @@
|
|||||||
Detect the presence of the I830 fb driver rather than
|
|
||||||
just assuming it always exists.
|
|
||||||
|
|
||||||
--- DirectFB-0.9.22/configure
|
|
||||||
+++ DirectFB-0.9.22/configure
|
|
||||||
@@ -23622,9 +23622,9 @@
|
|
||||||
/* end confdefs.h. */
|
|
||||||
|
|
||||||
#include <linux/fb.h>
|
|
||||||
-//#ifdef FB_ACCEL_I830
|
|
||||||
+#ifdef FB_ACCEL_I830
|
|
||||||
yes
|
|
||||||
-//#endif
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
_ACEOF
|
|
||||||
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
@ -3,7 +3,7 @@
|
|||||||
# directfb
|
# directfb
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
DIRECTFB_VERSION:=0.9.22
|
DIRECTFB_VERSION:=0.9.24
|
||||||
DIRECTFB_SOURCE:=DirectFB-$(DIRECTFB_VERSION).tar.gz
|
DIRECTFB_SOURCE:=DirectFB-$(DIRECTFB_VERSION).tar.gz
|
||||||
DIRECTFB_SITE:=http://www.directfb.org/downloads/Core
|
DIRECTFB_SITE:=http://www.directfb.org/downloads/Core
|
||||||
DIRECTFB_CAT:=zcat
|
DIRECTFB_CAT:=zcat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user