[gnome-remote-desktop] build: Add missing new line



commit 2f804abdb8b9cf7da22081e1815defa70a6f4c7c
Author: Pascal Nowack <Pascal Nowack gmx de>
Date:   Thu Mar 18 19:52:33 2021 +0100

    build: Add missing new line
    
    Between the VNC daemon sources and the VNC deps is a new line.
    The RDP case does not have this new line.
    
    So, fix this inconsistency by adding a new line between the RDP daemon
    sources and the RDP deps.

 src/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/meson.build b/src/meson.build
index 843746d..8dc284d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -50,6 +50,7 @@ if have_rdp
     'grd-session-rdp.c',
     'grd-session-rdp.h',
   ])
+
   deps += [
     freerdp_dep,
     freerdp_client_dep,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]