switch from libXcursor to xcb-util-cursor

This commit is contained in:
Michael Stapelberg
2013-07-13 10:58:06 +02:00
parent 3216cc79de
commit da20cd397c
6 changed files with 37 additions and 37 deletions

View File

@ -111,8 +111,8 @@ X11_CFLAGS := $(call cflags_for_lib, x11)
X11_LIBS := $(call ldflags_for_lib, x11,X11)
# Xcursor
XCURSOR_CFLAGS := $(call cflags_for_lib, xcursor)
XCURSOR_LIBS := $(call ldflags_for_lib, xcursor,Xcursor)
XCURSOR_CFLAGS := $(call cflags_for_lib, xcb-cursor)
XCURSOR_LIBS := $(call ldflags_for_lib, xcb-cursor,xcb-cursor)
# yajl
YAJL_CFLAGS := $(call cflags_for_lib, yajl)