2nd chunk: add rpath to default-config-backend

Index: src/meson.build
--- src/meson.build.orig
+++ src/meson.build
@@ -65,7 +65,7 @@ wayfire_sources = ['geometry.cpp',
                    'output/workspace-impl.cpp']
 
 wayfire_dependencies = [wayland_server, wlroots, xkbcommon, libinput,
-                       pixman, drm, egl, glesv2, glm, wf_protos, libdl,
+                       pixman, drm, egl, glesv2, glm, wf_protos,
                        wfconfig, libinotify, backtrace, wfutils, xcb,
                        wftouch, json, udev]
 
@@ -136,6 +136,7 @@ shared_module('default-config-backend', 'default-confi
     dependencies: wayfire_dependencies,
     include_directories: [wayfire_conf_inc, wayfire_api_inc],
     cpp_args: debug_arguments,
+    install_rpath : '/usr/local/lib/inotify',
     install_dir: conf_data.get('PLUGIN_PATH'),
     install: true)
 
