build: Set rpath of standalone executable
We now link to cogl/clutter forks in a private location, so make sure to point the runtime linker to the correct location.
This commit is contained in:
parent
502b7e8426
commit
576fe6e16b
@ -393,6 +393,7 @@ noinst_PROGRAMS=
|
||||
|
||||
mutter_SOURCES = core/mutter.c
|
||||
mutter_LDADD = $(MUTTER_LIBS) libmutter.la
|
||||
mutter_LDFLAGS = -rpath $(pkglibdir)
|
||||
|
||||
libexec_PROGRAMS = mutter-restart-helper
|
||||
mutter_restart_helper_SOURCES = core/restart-helper.c
|
||||
|
Loading…
Reference in New Issue
Block a user