Skip to content

Commit b0e38f0

Browse files
authored
Fix shared object name for loading libdecor
1 parent 1ad5896 commit b0e38f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gfx/common/wayland_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ bool gfx_ctx_wl_init_common(
724724

725725
#ifdef HAVE_LIBDECOR_H
726726
#ifdef HAVE_DYLIB
727-
if ((wl->libdecor = dylib_load("libdecor-0.so")))
727+
if ((wl->libdecor = dylib_load("libdecor-0.so.0")))
728728
{
729729
#define RA_WAYLAND_SYM(rc,fn,params) wl->fn = (rc (*) params)dylib_proc(wl->libdecor, #fn);
730730
#include "wayland/libdecor_sym.h"

0 commit comments

Comments
 (0)