|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../doxygen/doxygen.conf |
|
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -23,8 +23,8 @@ if [[ $libdir = *lib64 ]]; then
|
|
|
|
|
var_append confopt ' ' '--platform linux-64' |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if pkginstalled qt3; then |
|
|
|
|
pkgprefix -t qt3 |
|
|
|
|
if pkginstalled qt4; then |
|
|
|
|
pkgprefix -t qt4 |
|
|
|
|
var_append confopt ' ' '--with-doxywizard' |
|
|
|
|
var_append CXX_WRAPPER_APPEND ' ' "-I$root$( pkgprefix includedir qt3 )" |
|
|
|
|
var_append CXX_WRAPPER_APPEND ' ' "-I$root$( pkgprefix includedir qt4 )" |
|
|
|
|
fi |
|
|
|
|