diff options
Diffstat (limited to 'meta/packages/python/python-pygtk')
-rw-r--r-- | meta/packages/python/python-pygtk/nodocs.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/python/python-pygtk/nodocs.patch b/meta/packages/python/python-pygtk/nodocs.patch index 9b2387e959..c3581043c3 100644 --- a/meta/packages/python/python-pygtk/nodocs.patch +++ b/meta/packages/python/python-pygtk/nodocs.patch @@ -1,13 +1,13 @@ -Index: pygtk-2.10.4/Makefile.am +Index: pygtk-2.17.0/Makefile.am =================================================================== ---- pygtk-2.10.4.orig/Makefile.am -+++ pygtk-2.10.4/Makefile.am +--- pygtk-2.17.0.orig/Makefile.am ++++ pygtk-2.17.0/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 +-SUBDIRS = . $(GTK_SUBDIR) examples tests docs ++SUBDIRS = . $(GTK_SUBDIR) examples tests PLATFORM_VERSION = 2.0 |