Browse Source

doxygen: changed to check for qt4, since 1.5.8 depends on it instead of qt3

user/chris/old/ruby
Alejandro Mery 15 years ago
parent
commit
46e0f15bf4
  1. 8
      develop/doxygen/doxygen.conf
  2. 1
      develop/doxygen/doxygen.desc

8
develop/doxygen/doxygen.conf

@ -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

1
develop/doxygen/doxygen.desc

@ -48,4 +48,3 @@
[P] X -----5---9 127.100
[D] 3693116365 doxygen-1.5.9.src.tar.gz ftp://ftp.stack.nl/pub/users/dimitri/

Loading…
Cancel
Save