mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +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',
|
bld.SAMBA3_SUBSYSTEM('RPC_SPOOLSS',
|
||||||
source=RPC_SPOOLSS_SRC,
|
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())
|
vars=locals())
|
||||||
|
|
||||||
bld.SAMBA3_SUBSYSTEM('RPC_EVENTLOG',
|
bld.SAMBA3_SUBSYSTEM('RPC_EVENTLOG',
|
||||||
|
@ -1285,7 +1285,7 @@ bld.SAMBA3_BINARY('web/swat',
|
|||||||
PASSCHANGE
|
PASSCHANGE
|
||||||
PRINTBASE
|
PRINTBASE
|
||||||
PRINTING
|
PRINTING
|
||||||
cups''',
|
''',
|
||||||
enabled=bld.env.build_swat,
|
enabled=bld.env.build_swat,
|
||||||
install_path='${SBINDIR}',
|
install_path='${SBINDIR}',
|
||||||
vars=locals())
|
vars=locals())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user