mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3-waf: Fix cups dependency in PRINTING.
This commit is contained in:
parent
0dcc51ef80
commit
6d06a310f3
@ -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',
|
||||
|
@ -1285,7 +1285,7 @@ bld.SAMBA3_BINARY('web/swat',
|
||||
PASSCHANGE
|
||||
PRINTBASE
|
||||
PRINTING
|
||||
cups''',
|
||||
''',
|
||||
enabled=bld.env.build_swat,
|
||||
install_path='${SBINDIR}',
|
||||
vars=locals())
|
||||
|
Loading…
x
Reference in New Issue
Block a user