lcd4linux: update to svn1158 and add hacked digital-photo-frame driver.

thx to gerdh for his work and inspiration.
This commit is contained in:
Arne Fitzenreiter
2011-11-13 14:30:18 +01:00
parent 2c77a81656
commit b173e0824b
5 changed files with 109 additions and 9 deletions

12
src/patches/dpfhack.patch Normal file
View File

@@ -0,0 +1,12 @@
diff -Naur dpf_alt/python/Makefile dpf/python/Makefile
--- dpf_alt/python/Makefile 2011-04-18 17:14:12.000000000 +0200
+++ dpf/python/Makefile 2011-08-14 13:22:46.129748815 +0200
@@ -32,7 +32,7 @@
endif
ifeq (Linux, $(PLATFORM))
- PYTHON=$(shell pyversions -d)
+ PYTHON=python2.7
include $(DEVLIB)/unixdll.mk
DLLDEPS = $(CLIENTLIB) -l$(PYTHON)
PYTHONINCLUDES = -I/usr/include/$(PYTHON)