liboil: don't build examples
Add patch missing from r25053.
This commit is contained in:
parent
849c45648d
commit
f58ff9a25f
34
package/liboil/liboil-0.3.15-no-examples.patch
Normal file
34
package/liboil/liboil-0.3.15-no-examples.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user