summaryrefslogtreecommitdiff
path: root/media-gfx/scrot/files/scrot-9999-Xcursor.patch
blob: dbb935219b3536dfb80eb739e181158c42507c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,4 +34,4 @@
 bin_PROGRAMS      = scrot
 scrot_SOURCES       = main.c getopt.c getopt1.c getopt.h scrot.h \
 options.c options.h debug.h imlib.c structs.h note.c note.h
-scrot_LDADD         = -lX11 -lXfixes -lXcursor -lXcomposite @GIBLIB_LIBS@
+scrot_LDADD         = -lX11 -lXfixes -lXcomposite @GIBLIB_LIBS@
--- a/src/scrot.h
+++ b/src/scrot.h
@@ -40,7 +40,6 @@
 #include <X11/cursorfont.h>
 #include <X11/extensions/Xfixes.h>
 #include <X11/extensions/Xcomposite.h>
-#include <X11/Xcursor/Xcursor.h>
 
 #include <stdio.h>
 #include <string.h>