Browse Source

liboil: don't build examples

Add patch missing from r25053.
Peter Korsgaard 16 years ago
parent
commit
f58ff9a25f
1 changed files with 34 additions and 0 deletions
  1. 34 0
      package/liboil/liboil-0.3.15-no-examples.patch

+ 34 - 0
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