diff --git a/components/printers/printer4lazarus.lpk b/components/printers/printer4lazarus.lpk
index 8ab7935ce9..538bcd32de 100644
--- a/components/printers/printer4lazarus.lpk
+++ b/components/printers/printer4lazarus.lpk
@@ -55,6 +55,7 @@
+
diff --git a/components/printers/printer4lazarus.pas b/components/printers/printer4lazarus.pas
index 7c34606659..fd322703d9 100644
--- a/components/printers/printer4lazarus.pas
+++ b/components/printers/printer4lazarus.pas
@@ -8,7 +8,7 @@ unit Printer4Lazarus;
interface
uses
- PrintersDlgs, OSPrinters, cupsdyn, Printer4LazStrConst, LazarusPackageIntf;
+ PrintersDlgs, OSPrinters, Printer4LazStrConst, LazarusPackageIntf;
implementation
diff --git a/components/printers/unix/cupsdyn.pp b/components/printers/unix/cupsdyn.pp
index 777853cd0e..b21c77b0c9 100644
--- a/components/printers/unix/cupsdyn.pp
+++ b/components/printers/unix/cupsdyn.pp
@@ -49,7 +49,7 @@ interface
uses
- Classes, SysUtils, LCLProc, dynlibs,
+ Classes, SysUtils, dynlibs,
{$ifdef UseLibC}
{$IFDEF darwin}
miniCupsLibc
@@ -1204,7 +1204,7 @@ begin
if CupsLibHandle = nilhandle then
begin
- debugln('InitializeCups load cups lib failed');
+ //debugln('InitializeCups load cups lib failed');
RefCount := 0;
raise EInOutError.Create('Can not load cups library');
end;