Skip to content

Commit

Permalink
Merge pull request #10 from smcv/patch-1
Browse files Browse the repository at this point in the history
Use the real SONAMEs of GObject and GLib
  • Loading branch information
chris-se committed Oct 11, 2015
2 parents a887235 + 2a46d81 commit 56d66f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtk3-nocsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ enum {
#endif

#ifndef GOBJECT_LIBRARY_SONAME
#define GOBJECT_LIBRARY_SONAME "libgobject-2.0.so"
#define GOBJECT_LIBRARY_SONAME "libgobject-2.0.so.0"
#endif

#ifndef GLIB_LIBRARY_SONAME
#define GLIB_LIBRARY_SONAME "libglib-2.0.so"
#define GLIB_LIBRARY_SONAME "libglib-2.0.so.0"
#endif

#ifndef GIREPOSITORY_LIBRARY_SONAME
Expand Down

0 comments on commit 56d66f3

Please sign in to comment.