From 92f2fd069de1227264b82fbf49c2e16e548f9c5a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 7 Aug 2016 16:11:55 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/wayland/Makefile.am b/gdk/wayland/Makefile.am index 7f677b004f..5c8a1b757c 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