diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-05-11 14:06:28 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-05-11 14:06:28 -0400 |
commit | 80d88557626fae9debc404de33d7fb5d69a6049d (patch) | |
tree | c6ba6b89993e8ec7662f4b8d52a7c18ffa501899 | |
parent | 881467b3032261791ef5ec61b3879bb68d0a3d8c (diff) |
libXcursor.so.1, not libXcursor.so
-rw-r--r-- | src/CrGlCur.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CrGlCur.c b/src/CrGlCur.c index 2d34a75..4c4e17b 100644 --- a/src/CrGlCur.c +++ b/src/CrGlCur.c @@ -53,7 +53,7 @@ typedef void *XModuleType; #endif #ifndef LIBXCURSOR -#define LIBXCURSOR "libXcursor.so" +#define LIBXCURSOR "libXcursor.so.1" #endif static char libraryName[] = LIBXCURSOR; |