wayland: Link against librt

This is required for shm_open.

https://bugzilla.gnome.org/show_bug.cgi?id=769603
This commit is contained in:
Matthias Clasen 2016-08-07 16:11:55 -04:00
parent 5fefc7a714
commit a12ee84ec3

View File

@ -15,7 +15,7 @@ AM_CPPFLAGS = \
$(GTK_DEBUG_FLAGS) \
$(GDK_DEP_CFLAGS)
LDADDS = $(GDK_DEP_LIBS)
LDADDS = $(GDK_DEP_LIBS) $(SHM_LIBS)
noinst_LTLIBRARIES = \
libgdk-wayland.la