Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
428c5f73d1
2 changed files with 10 additions and 1 deletions
  1. +5
    -0
      package/kde/kdelibs/kdelibs.conf
  2. +5
    -1
      package/kde/kdelibs/parse-config

+ 5
- 0
package/kde/kdelibs/kdelibs.conf

@ -39,6 +39,11 @@ EOP
}
# yes this is unwieldy. We need te wrapper, too, for broken configure scripts
# hape says this'll work again in the next version
versionhotfix 3.5.4
export kde_htmldir=${ROCKCFG_PKG_KDE3_CORE_PREFIX}/share/kdelibs/HTML
export kde_libs_htmldir=${ROCKCFG_PKG_KDE3_CORE_PREFIX}/share/kdelibs/HTML
# 2.4 kernels only support dnotify, 2.6 supports both dnotify and inotify
var_append confopt " " "--enable-dnotify --enable-inotify"

+ 5
- 1
package/kde/kdelibs/parse-config

@ -1 +1,5 @@
[[ "`which kde-config`" != */ROCK/* ]] && export kde_htmldir="`${KDECONFIG:-kde-config} --install html --expandvars`"
# if /usr/bin/kde-config exists, the wrapper exists, too.
if [ -x $root/$ROCKCFG_PKG_KDE3_CORE_PREFIX/bin/kde-config ] ; then
export kde_htmldir="`kde-config --install html --expandvars`"
export KDECONFIG="`which kde-config`"
fi

Loading…
Cancel
Save