diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-12 14:25:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-12 14:25:51 +0200 |
commit | 6efa4799a897aa64f16caa36f65fe65a5a106cc2 (patch) | |
tree | 113f7fd2e08334ef7b5084e421c01eae5edadc0f /recipes/gtk+/gtk+-2.16.6/no-demos.patch | |
parent | c49513ce80d595ac0f4aa12e93b1786b87c2df20 (diff) |
gtk+: add 2.16.6
Diffstat (limited to 'recipes/gtk+/gtk+-2.16.6/no-demos.patch')
-rw-r--r-- | recipes/gtk+/gtk+-2.16.6/no-demos.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gtk+/gtk+-2.16.6/no-demos.patch b/recipes/gtk+/gtk+-2.16.6/no-demos.patch new file mode 100644 index 0000000000..0fc4c48d1a --- /dev/null +++ b/recipes/gtk+/gtk+-2.16.6/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 |