summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-19 08:34:23 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-19 08:34:23 +0000
commitf58ff9a25f24576e032c65d762e5b8fdd2cf5c1c (patch)
tree8c839f720481b463bf09957313a6c1c776f2e283
parent849c45648d2c84a2c98a6e22bd504a92e6751b96 (diff)
downloadbuildroot-novena-f58ff9a25f24576e032c65d762e5b8fdd2cf5c1c.tar.gz
buildroot-novena-f58ff9a25f24576e032c65d762e5b8fdd2cf5c1c.zip
liboil: don't build examples
Add patch missing from r25053.
-rw-r--r--package/liboil/liboil-0.3.15-no-examples.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/package/liboil/liboil-0.3.15-no-examples.patch b/package/liboil/liboil-0.3.15-no-examples.patch
new file mode 100644
index 000000000..a79b5e750
--- /dev/null
+++ b/package/liboil/liboil-0.3.15-no-examples.patch
@@ -0,0 +1,34 @@
+[patch] liboil: don't build examples
+
+Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+---
+ Makefile.am | 2 +-
+ Makefile.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+Index: liboil-0.3.15/Makefile.am
+===================================================================
+--- liboil-0.3.15.orig/Makefile.am
++++ liboil-0.3.15/Makefile.am
+@@ -1,7 +1,7 @@
+
+ AUTOMAKE_OPTIONS = foreign
+
+-SUBDIRS = liboil testsuite examples doc
++SUBDIRS = liboil testsuite doc
+
+ EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING
+
+Index: liboil-0.3.15/Makefile.in
+===================================================================
+--- liboil-0.3.15.orig/Makefile.in
++++ liboil-0.3.15/Makefile.in
+@@ -259,7 +259,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ AUTOMAKE_OPTIONS = foreign
+-SUBDIRS = liboil testsuite examples doc
++SUBDIRS = liboil testsuite doc
+ EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+ pkgconfig_DATA = liboil-$(LIBOIL_MAJORMINOR).pc