diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 20:56:09 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 20:56:09 +0100 |
commit | 6a21d65d2840c58cfa7cd749a04669d8f7980646 (patch) | |
tree | 00b1aa153b69cda8cf9406c4700fd7730c34d3a5 /recipes/libftdi/files/doxygen-configure.patch | |
parent | dcfe7349b369a87881cf1fa43085d9e9c5609fcf (diff) | |
parent | 6f854d71c347475d53d5080a5490625345d95d12 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libftdi/files/doxygen-configure.patch')
-rw-r--r-- | recipes/libftdi/files/doxygen-configure.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/libftdi/files/doxygen-configure.patch b/recipes/libftdi/files/doxygen-configure.patch new file mode 100644 index 0000000000..150acb67d5 --- /dev/null +++ b/recipes/libftdi/files/doxygen-configure.patch @@ -0,0 +1,28 @@ +Index: libftdi-0.9/configure.in +=================================================================== +--- libftdi-0.9.orig/configure.in ++++ libftdi-0.9/configure.in +@@ -32,9 +32,5 @@ else + AC_MSG_RESULT(yes) + fi + +-dnl check for doxygen +-AC_PATH_PROG(DOXYGEN, doxygen) +-AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN); +- + AC_OUTPUT([libftdi-config],[chmod a+x libftdi-config]) +-AC_OUTPUT(Makefile src/Makefile examples/Makefile doc/Doxyfile doc/Makefile libftdi.pc) ++AC_OUTPUT(Makefile src/Makefile examples/Makefile libftdi.pc) +Index: libftdi-0.9/Makefile.am +=================================================================== +--- libftdi-0.9.orig/Makefile.am ++++ libftdi-0.9/Makefile.am +@@ -2,7 +2,7 @@ + # have all needed files, that a GNU package needs + AUTOMAKE_OPTIONS = foreign 1.4 + +-SUBDIRS = src examples doc ++SUBDIRS = src examples + + EXTRA_DIST = libftdi.spec COPYING.LIB README ChangeLog libftdi-config.in + |