1 Do not build util/extract-strings
3 Do not build util/extract-strings, as it will be built by host-libgtk3
4 and installed in $(HOST_DIR)/usr/bin (thus avoiding the -lint linking
7 Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
9 Index: gtk+-3.14.0/Makefile.am
10 ===================================================================
11 --- gtk+-3.14.0.orig/Makefile.am 2014-09-22 05:17:44.000000000 +0200
12 +++ gtk+-3.14.0/Makefile.am 2014-09-25 16:08:32.000000000 +0200
14 ## Makefile.am for GTK+
15 include $(top_srcdir)/Makefile.decl
17 -SRC_SUBDIRS = util gdk gtk libgail-util modules demos tests testsuite examples
18 +SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples
19 SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
21 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
22 Index: gtk+-3.14.0/gtk/Makefile.am
23 ===================================================================
24 --- gtk+-3.14.0.orig/gtk/Makefile.am 2014-09-22 05:09:39.000000000 +0200
25 +++ gtk+-3.14.0/gtk/Makefile.am 2014-09-25 16:09:10.000000000 +0200
29 $(AM_V_GEN) mkdir -p $(dir $@) \
30 - && $(top_builddir)/util/extract-strings$(EXEEXT) $< > $@
31 + && extract-strings$(EXEEXT) $< > $@
34 # rules to generate built sources
35 Index: gtk+-3.14.0/gtk/inspector/Makefile.am
36 ===================================================================
37 --- gtk+-3.14.0.orig/gtk/inspector/Makefile.am 2014-09-04 20:11:33.000000000 +0200
38 +++ gtk+-3.14.0/gtk/inspector/Makefile.am 2014-09-25 16:09:48.000000000 +0200
40 template_headers = $(templates:.ui=.ui.h)
43 - $(AM_V_GEN) $(top_builddir)/util/extract-strings$(EXEEXT) $< > $@
44 + $(AM_V_GEN) extract-strings$(EXEEXT) $< > $@
47 inspector.gresource.xml \