diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-08-24 15:35:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-24 15:35:53 +0000 |
commit | 09fc038cf066498585825d2706dec7accdc20edb (patch) | |
tree | 856de5b0789c70498d98a5f88adcab2146c893d7 /packages/gtk+/gtk+-2.8.0/no-demos.patch | |
parent | 273f29965a03ad34290cbeccaa70a39d18c88710 (diff) |
Add gtk+ 2.8.0
Diffstat (limited to 'packages/gtk+/gtk+-2.8.0/no-demos.patch')
-rw-r--r-- | packages/gtk+/gtk+-2.8.0/no-demos.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.8.0/no-demos.patch b/packages/gtk+/gtk+-2.8.0/no-demos.patch new file mode 100644 index 0000000000..2f10a30dda --- /dev/null +++ b/packages/gtk+/gtk+-2.8.0/no-demos.patch @@ -0,0 +1,10 @@ +--- gtk+-2.4.1/Makefile.am~ 2004-01-17 22:15:56.000000000 +0000 ++++ gtk+-2.4.1/Makefile.am 2004-05-08 12:25:32.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Makefile.am for GTK+ + +-SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests contrib ++SRC_SUBDIRS = gdk-pixbuf gdk gtk modules tests contrib + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs build m4macros + + # require automake 1.4 |