Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
b4f310c2f1
1 changed files with 11 additions and 3 deletions
  1. +11
    -3
      package/kde/kdebase/kdebase.conf

+ 11
- 3
package/kde/kdebase/kdebase.conf

@ -22,8 +22,16 @@
. $base/package/kde/kde-3.conf
pkginstalled samba && var_append confopt " " \
"--with-extra-includes=$root/$pkg_samba_prefix/include --with-extra-libs=$root/$pkg_samba_prefix/lib"
pkginstalled samba && {
extralibs="$root/$pkg_samba_prefix/lib"
pkginstalled openldap && \
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$root/$pkg_openldap_prefix/lib
pkginstalled openldap && \
extralibs="$extralibs:$root/$pkg_openldap_prefix/lib"
var_append confopt " " \
"--with-extra-includes=$root/$pkg_samba_prefix/include"
var_append confopt " " "--with-extra-libs=$extralibs"
}
kde_base_pi()
{
@ -37,7 +45,7 @@ kde_base_pi()
# Set's "Curser" as Konsole's default font, fixes the
# doublespace issue
cp $fv $confdir/konsolerc $root/$prefix/share/config
cp -fv $confdir/konsolerc $root/$prefix/share/config
# Set's aRts as the default soundsystem, prevents the
# "CPU overload" errors

Loading…
Cancel
Save