diff options
Diffstat (limited to 'recipes/python/python-pygtk/nodocs.patch')
-rw-r--r-- | recipes/python/python-pygtk/nodocs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/python/python-pygtk/nodocs.patch b/recipes/python/python-pygtk/nodocs.patch new file mode 100644 index 0000000000..9b2387e959 --- /dev/null +++ b/recipes/python/python-pygtk/nodocs.patch @@ -0,0 +1,13 @@ +Index: pygtk-2.10.4/Makefile.am +=================================================================== +--- pygtk-2.10.4.orig/Makefile.am ++++ pygtk-2.10.4/Makefile.am +@@ -4,7 +4,7 @@ if BUILD_GTK + GTK_SUBDIR = gtk + endif + +-SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs ++SUBDIRS = codegen . $(GTK_SUBDIR) examples tests + + PLATFORM_VERSION = 2.0 + |