diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-23 23:18:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-23 23:18:42 +0000 |
commit | 2f4b008e98975f8bed6de312add7973440770df3 (patch) | |
tree | 45a72e08fd3dca91edb0e81f44bdffb06b248c1a /packages/gtk+/gtk+-2.8.16/no-demos.patch | |
parent | 2d36829a6a85b5a3b544eaf33beb8dd3b08720d8 (diff) |
Add gtk+ 2.8.16 (from poky). Only a subset of patches are being used against this by poky but the treeview fix is included
Diffstat (limited to 'packages/gtk+/gtk+-2.8.16/no-demos.patch')
-rw-r--r-- | packages/gtk+/gtk+-2.8.16/no-demos.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.8.16/no-demos.patch b/packages/gtk+/gtk+-2.8.16/no-demos.patch new file mode 100644 index 0000000000..0145067ad5 --- /dev/null +++ b/packages/gtk+/gtk+-2.8.16/no-demos.patch @@ -0,0 +1,10 @@ +--- gtk+-2.8.6/Makefile.am.orig 2005-12-07 21:30:56 +0100 ++++ gtk+-2.8.6/Makefile.am 2005-12-07 21:31:10 +0100 +@@ -1,6 +1,6 @@ + ## Makefile.am for GTK+ + +-SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib ++SRC_SUBDIRS = gdk-pixbuf gdk gtk modules tests perf contrib + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros + + # require automake 1.4 |