forked from AuroraMiddleware/gtk
wayland: Link against librt
This is required for shm_open. https://bugzilla.gnome.org/show_bug.cgi?id=769603
This commit is contained in:
parent
5fefc7a714
commit
a12ee84ec3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user