s3-waf: Fix cups dependency in PRINTING.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 17:25:18 +0000 (18:25 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:30 +0000 (11:58 +0100)
source3/rpc_server/wscript_build
source3/wscript_build

index c7a8eccd6ea8864a504b998f06a15edc5b409ba6..a0829fecac7e16ef67d88018ed0b14481cec94f3 100755 (executable)
@@ -117,7 +117,7 @@ bld.SAMBA3_SUBSYSTEM('RPC_SRVSVC',
 
 bld.SAMBA3_SUBSYSTEM('RPC_SPOOLSS',
                     source=RPC_SPOOLSS_SRC,
-                    deps='cups PRINTING PRINTBACKEND LIBCLI_WINREG_INTERNAL RPC_NCACN_NP',
+                    deps='PRINTING PRINTBACKEND LIBCLI_WINREG_INTERNAL RPC_NCACN_NP',
                     vars=locals())
 
 bld.SAMBA3_SUBSYSTEM('RPC_EVENTLOG',
index 2165cb9ffbcbd13a770d8b47b8eb1b3218d48bd9..6db23fcd8e1481594371e82ae21e28368f20b47d 100755 (executable)
@@ -1285,7 +1285,7 @@ bld.SAMBA3_BINARY('web/swat',
                  PASSCHANGE
                  PRINTBASE
                  PRINTING
-                 cups''',
+                 ''',
                  enabled=bld.env.build_swat,
                  install_path='${SBINDIR}',
                  vars=locals())