Link broadway backend against librt

This is needed for shm_open, according to its man page.

https://bugzilla.gnome.org//show_bug.cgi?id=698031
This commit is contained in:
Matthias Clasen 2014-09-07 21:30:01 -04:00
parent be97bad3a0
commit e1aca0e8c6

View File

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