summaryrefslogtreecommitdiff
path: root/external/redland/redland/redland-xcompile.patch.1
blob: 2635359e7e1a7499383eb1451c603968a53c61b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
No point in creating example or util executables when cross-compiling.
(Especially as doing it anyway wouldn't work without tweaks to have it find
libxml2 and libm, at least for Android.)

--- a/Makefile.in
+++ b/Makefile.in
@@ -395,7 +395,7 @@
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 
 # Subdirectories to build/install/distribute etc.
-SUBDIRS = $(subdirs) src examples utils demos docs data scripts
+SUBDIRS = $(subdirs) src docs data scripts
 EXTRA_DIST = \
 ChangeLog.1 ChangeLog.2 ChangeLog.3 ChangeLog.4 \
 ChangeLog.5 ChangeLog.6 ChangeLog.7 ChangeLog.8 ChangeLog.9 ChangeLog.10 \