Kaydet (Commit) 3e8bd48f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Pass verbosity setting into ExternalProject_poppler

Change-Id: I9d95f6f604d7b73617bcd34f15106678b8c2ff47
üst 96c26b0d
...@@ -38,6 +38,7 @@ $(call gb_ExternalProject_get_state_target,poppler,build) : ...@@ -38,6 +38,7 @@ $(call gb_ExternalProject_get_state_target,poppler,build) :
--disable-gtk-test \ --disable-gtk-test \
--disable-utils \ --disable-utils \
--disable-cms \ --disable-cms \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
$(if $(filter WNT MACOSX,$(OS)),--with-font-configuration=win32,--with-font-configuration=fontconfig) \ $(if $(filter WNT MACOSX,$(OS)),--with-font-configuration=win32,--with-font-configuration=fontconfig) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
&& $(MAKE) \ && $(MAKE) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment