diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-16 08:01:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-16 08:01:59 +0000 |
commit | 102fc40c1d84e8e51443c9fd0b1c367082a80ea0 (patch) | |
tree | 2f3e8aa3b752875695eabc91576156ca01111218 /packages/gtk+/gtk+-2.12.0/no-demos.patch | |
parent | 7991bbe9e7cafe04a7cfc9f6d02ec2f3de41f1ab (diff) |
gtk: add 2.12.0 from poky
Diffstat (limited to 'packages/gtk+/gtk+-2.12.0/no-demos.patch')
-rw-r--r-- | packages/gtk+/gtk+-2.12.0/no-demos.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.12.0/no-demos.patch b/packages/gtk+/gtk+-2.12.0/no-demos.patch new file mode 100644 index 0000000000..0fc4c48d1a --- /dev/null +++ b/packages/gtk+/gtk+-2.12.0/no-demos.patch @@ -0,0 +1,10 @@ +--- gtk+-2.10.1/Makefile.am.orig 2006-08-08 12:37:30.000000000 +0100 ++++ gtk+-2.10.1/Makefile.am 2006-08-08 12:37:48.000000000 +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 |