[SM-Commit] GIT changes to master grimoire by Anton Brondz (e3f39813a03a10f687a63dee16df7ead25121207)

Anton Brondz scm at mail.sourcemage.org
Fri Sep 8 14:53:29 EDT 2006


GIT changes to master grimoire by Anton Brondz <dinolinux at sourcemage.org>:

 kde-core/kdebase/DEPENDS |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit e3f39813a03a10f687a63dee16df7ead25121207
Author: Anton Brondz <dinolinux at sourcemage.org>
Commit: Anton Brondz <dinolinux at sourcemage.org>

    kdebase: added switches to optional depends

diff --git a/kde-core/kdebase/DEPENDS b/kde-core/kdebase/DEPENDS
index fbb23d6..0c2e1a6 100755
--- a/kde-core/kdebase/DEPENDS
+++ b/kde-core/kdebase/DEPENDS
@@ -76,8 +76,8 @@ optional_depends  lame                  
                   'for MP3 support'      &&
 
 optional_depends  libusb                  \
-                  ''                      \
-                  ''                      \
+                  '--with-libusb'         \
+                  '--without-libusb'      \
                   'for usb support'      &&
 
 optional_depends  mtools                  \
@@ -86,8 +86,8 @@ optional_depends  mtools                
                   'for direct floppy access'      &&
 
 optional_depends  samba                   \
-                  ''                      \
-                  ''                      \
+                  '--with-samba'          \
+                  '--without-samba'       \
                   'for smb support'       &&
 
 optional_depends  wine                    \
@@ -185,4 +185,14 @@ optional_depends  libmng                
 optional_depends  freetype2                            \
                   ''                                   \
                   ''                                   \
-                  'for freetype support'
+                  'for freetype support'               &&
+
+optional_depends  openexr                              \
+                  '--with-openexr'                     \
+                  '--without-openexr'                  \
+                  'for High dynamic-range format'      &&
+
+optional_depends  lm_sensors                           \
+                  '--with-sensors'                     \
+                  '--without-sensors'                  \
+                  'for hardware monitoring'            &&



More information about the SM-Commit mailing list