aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/openmoko2/libmokoui2/makefile.am.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete/openmoko2/libmokoui2/makefile.am.patch')
-rw-r--r--recipes/obsolete/openmoko2/libmokoui2/makefile.am.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/obsolete/openmoko2/libmokoui2/makefile.am.patch b/recipes/obsolete/openmoko2/libmokoui2/makefile.am.patch
deleted file mode 100644
index 79f0a48361..0000000000
--- a/recipes/obsolete/openmoko2/libmokoui2/makefile.am.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- libmokoui.old/bindings/python/Makefile.am 2009-06-10 12:42:32.000000000 +0200
-+++ libmokoui2/bindings/python/Makefile.am 2009-06-10 12:51:45.000000000 +0200
-@@ -1,13 +1,12 @@
--
--PY_DEFS=`pkg-config --variable=defsdir pygtk-2.0`
--PYTHON_INCLUDES=-I/usr/include/python${PYTHON_VERSION}
-+PY_DEFS=${PKG_CONFIG_SYSROOT_DIR}`pkg-config --variable=defsdir pygtk-2.0`
-+PYTHON_INCLUDES=-I${PKG_CONFIG_SYSROOT_DIR}/usr/include/python${PYTHON_VERSION}
-
- CLEANFILES = \
- mokoui.defs \
- mokoui.c
-
- mokoui.defs: ../../libmokoui/moko-finger-scroll.h
-- python /usr/share/pygtk/2.0/codegen/h2def.py ../../libmokoui/moko-finger-scroll.h > mokoui.defs
-+ python ${PKG_CONFIG_SYSROOT_DIR}`pkg-config --variable=codegendir pygtk-2.0`/h2def.py ../../libmokoui/moko-finger-scroll.h > mokoui.defs
-
- mokoui.c: mokoui.defs mokoui.override
- pygtk-codegen-2.0 --prefix mokoui \