summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2012-05-22 15:39:41 +0300
committerKristian Høgsberg <krh@bitplanet.net>2012-05-22 15:20:13 -0400
commit775002c6c0f841a034a286c756899e6a4371962b (patch)
tree6bcca7a35224bfc3c45eeabbb7d813f035732142 /Makefile.am
parentff0d7456742343400b00fa58c77efa51d5ab5d6d (diff)
Introduce libwayland-cursor, a cursor helper library
The purpose of this library is to be the equivalent of libXcursor in the X world. This library is compatible with X cursor themes and loads them directly into an shm pool making it easy for the clients to get buffer for each cursor image. The code for handling the X cursor theme was taken from libXcursor. The files cursor/xcursor.[ch] are a stripped down version of that library containing only the interfaces necessary for implementing the wayland counterpart.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ea73ebb..8f5f83e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src protocol doc tests
+SUBDIRS = src protocol doc tests cursor
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}