[gtk+/gtk-3-20] wayland: Link against librt



commit 92f2fd069de1227264b82fbf49c2e16e548f9c5a
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 7 16:11:55 2016 -0400

    wayland: Link against librt
    
    This is required for shm_open.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769603

 gdk/wayland/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/wayland/Makefile.am b/gdk/wayland/Makefile.am
index 7f677b0..5c8a1b7 100644
--- a/gdk/wayland/Makefile.am
+++ b/gdk/wayland/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS =                                 \
        $(GTK_DEBUG_FLAGS)                      \
        $(GDK_DEP_CFLAGS)
 
-LDADDS = $(GDK_DEP_LIBS)
+LDADDS = $(GDK_DEP_LIBS) $(SHM_LIBS)
 
 noinst_LTLIBRARIES =                           \
        libgdk-wayland.la


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