From: Andrew Bartlett Date: Wed, 14 Mar 2012 11:28:38 +0000 (+1100) Subject: build: param must require cups to get the cups headers path in -I X-Git-Tag: tdb-1.2.10~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04593da3016482afa21f3a8873a47e9adbf183bb;p=thirdparty%2Fsamba.git build: param must require cups to get the cups headers path in -I --- diff --git a/source3/wscript_build b/source3/wscript_build index 61093a4184d..e535cf8e8bc 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -754,7 +754,7 @@ bld.SAMBA_GENERATOR('param/param_global_h', bld.SAMBA3_SUBSYSTEM('param', source=PARAM_WITHOUT_REG_SRC, - deps='samba-util PARAM_UTIL ldap lber LOADPARM_CTX samba3core smbconf param_local_h param/param_global_h''') + deps='samba-util PARAM_UTIL ldap lber LOADPARM_CTX samba3core smbconf param_local_h param/param_global_h cups''') bld.SAMBA3_PYTHON('pys3param', source='param/pyparam.c',