Files
bpfire/src/patches/dpfhack.patch
Arne Fitzenreiter b173e0824b lcd4linux: update to svn1158 and add hacked digital-photo-frame driver.
thx to gerdh for his work and inspiration.
2011-11-13 14:30:18 +01:00

13 lines
396 B
Diff

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)