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:
parent
be97bad3a0
commit
e1aca0e8c6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user