diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-12 11:46:37 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-12 12:25:23 +0200 |
| commit | b0bbfe2fb85500a9e36955e16684c96b4324108d (patch) | |
| tree | 4d3ca87e819afb81456727750db3581421cc1bb0 /meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch | |
| parent | 05906402a80e166a1630d665480bd1960e78c2c7 (diff) | |
| download | meta-openembedded-b0bbfe2fb85500a9e36955e16684c96b4324108d.tar.gz | |
glibmm: add 2.28.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch')
| -rw-r--r-- | meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch b/meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch new file mode 100644 index 0000000000..a5944c2889 --- /dev/null +++ b/meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | Index: glibmm-2.22.1/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- glibmm-2.22.1.orig/Makefile.am | ||
| 4 | +++ glibmm-2.22.1/Makefile.am | ||
| 5 | @@ -23,12 +23,7 @@ src_subdirs = glib/src gio/src | ||
| 6 | else | ||
| 7 | src_subdirs = | ||
| 8 | endif | ||
| 9 | -if ENABLE_DOCUMENTATION | ||
| 10 | -doc_subdirs = docs | ||
| 11 | -else | ||
| 12 | -doc_subdirs = | ||
| 13 | -endif | ||
| 14 | -SUBDIRS = tools $(src_subdirs) glib/glibmm gio/giomm tests examples $(doc_subdirs) | ||
| 15 | +SUBDIRS = tools $(src_subdirs) glib/glibmm gio/giomm tests | ||
| 16 | |||
| 17 | glibmm_includedir = $(includedir)/$(GLIBMM_MODULE_NAME) | ||
| 18 | glibmm_include_HEADERS = glib/glibmm.h | ||
| 19 | Index: glibmm-2.22.1/configure.ac | ||
| 20 | =================================================================== | ||
| 21 | --- glibmm-2.22.1.orig/configure.ac | ||
| 22 | +++ glibmm-2.22.1/configure.ac | ||
| 23 | @@ -136,7 +136,6 @@ AC_CONFIG_FILES([Makefile | ||
| 24 | gio/src/Makefile | ||
| 25 | gio/giomm/Makefile | ||
| 26 | tests/Makefile | ||
| 27 | - examples/Makefile | ||
| 28 | docs/Makefile | ||
| 29 | docs/reference/Doxyfile | ||
| 30 | MSVC_Net2005/glibmm/glibmm.rc | ||
