Blame view

buildroot/buildroot-2016.08.1/package/zbar/0003-Disable-building-documentation.patch 727 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  From 58027d5bb0492142a5b72ded772d3a1be9fa8d87 Mon Sep 17 00:00:00 2001
  From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  Date: Sun, 20 Dec 2015 12:05:57 +0100
  Subject: [PATCH] Disable building documentation
  
  The documentation requires xmlto, and we don't need it in Buildroot.
  
  Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  ---
   Makefile.am | 1 -
   1 file changed, 1 deletion(-)
  
  diff --git a/Makefile.am b/Makefile.am
  index e18499a..db4411f 100644
  --- a/Makefile.am
  +++ b/Makefile.am
  @@ -45,7 +45,6 @@ if HAVE_NPAPI
   include $(srcdir)/plugin/Makefile.am.inc
   endif
   include $(srcdir)/test/Makefile.am.inc
  -include $(srcdir)/doc/Makefile.am.inc
   
   EXTRA_DIST += zbar.ico zbar.nsi
   
  -- 
  2.6.4