Commit 9fa11e9e authored by Mike Frysinger's avatar Mike Frysinger
Browse files

version bump #561

parent 030df258
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
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 |
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# directfb
#
#############################################################
DIRECTFB_VERSION:=0.9.22
DIRECTFB_VERSION:=0.9.24
DIRECTFB_SOURCE:=DirectFB-$(DIRECTFB_VERSION).tar.gz
DIRECTFB_SITE:=http://www.directfb.org/downloads/Core
DIRECTFB_CAT:=zcat