diff options
Diffstat (limited to 'nx-X11/lib/Xcursor')
-rw-r--r-- | nx-X11/lib/Xcursor/Imakefile | 2 | ||||
-rw-r--r-- | nx-X11/lib/Xcursor/xcursor.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/Xcursor/Imakefile b/nx-X11/lib/Xcursor/Imakefile index 53b41e893..3e50841ff 100644 --- a/nx-X11/lib/Xcursor/Imakefile +++ b/nx-X11/lib/Xcursor/Imakefile @@ -15,7 +15,7 @@ SOXCURSORREV=1.0.2 #define DoDebugLib DebugLibXcursor #define DoProfileLib ProfileLibXcursor -#define LibName NX_Xcursor +#define LibName Xcursor #define SoRev SOXCURSORREV #define IncSubdir X11 #define IncSubSubdir Xcursor diff --git a/nx-X11/lib/Xcursor/xcursor.pc.in b/nx-X11/lib/Xcursor/xcursor.pc.in index 87aba1209..c39fce712 100644 --- a/nx-X11/lib/Xcursor/xcursor.pc.in +++ b/nx-X11/lib/Xcursor/xcursor.pc.in @@ -12,4 +12,4 @@ Description: X Cursor Library Version: @VERSION@ Requires: xrender Cflags: -I${includedir} ${xrendercflags} ${xcflags} -Libs: -L${libdir} -lNX_Xcursor ${xrenderlibs} ${xlibs} +Libs: -L${libdir} -lXcursor ${xrenderlibs} ${xlibs} |