summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-07-03build: Add wayland-scanner.pc.Daiki Ueno1-1/+1
To allow user program to include wayland-scanner.m4 in tarball, move the path variables from it into wayland-scanner.pc.
2013-07-03build: Install wayland-scanner.mk under $(pkgdatadir).Daiki Ueno1-2/+2
2012-11-19Fix distcheck by adding back protocol/Makefile.amKristian Høgsberg1-1/+1
5909dddc78573774bd3a93c280831a7d18d82994 removed protocol/Makefile.am which meant protocol/wayland.xml no longer got included in the tarball. Add back protocol/Makefile.am and configure.ac bits and add protocol to subdirs in Makefile.am to fix this.
2012-11-12doc: Remove unused css and xslt for the protocolTiago Vignatti1-1/+1
This was added previously (commit 015c42e1) when we didn't have docbook formatted documentation. Now it became quite useless. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
2012-10-15configure: Make documentation option work in factTiago Vignatti1-1/+5
Also, now doxygen is mandatory for building the documentation (looks reasonable because both man-pages and publican will need it). Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
2012-05-22Introduce libwayland-cursor, a cursor helper libraryAnder Conselvan de Oliveira1-1/+1
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.
2012-03-03Add tests subdir to toplevel SUBDIRS variableKristian Høgsberg1-1/+1
Artie spotted this.
2012-02-29Hook up autotools for publicanPeter Hutterer1-1/+1
automake doesn't seem to provide a sensible method to install a directory of stuff in $(docdir). Do it manually then. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-02-23protocol: add xslt stylesheet to prettify the protocolPeter Hutterer1-1/+1
Includes rudimentary styling only. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-08-12Rename source subdir from wayland to srcKristian Høgsberg1-1/+1
2011-02-25Add wayland-scanner.mk to EXTRA_DIST for make distcheckRico Tzschichholz1-1/+3
2011-02-14Split into a core repository that only holds the core Wayland librariesKristian Høgsberg1-1/+4
2010-11-06Update autotools configurationJavier Jardón1-1/+1
Use new libtool syntax and cleaning the code a bit
2010-10-12Use automakeKristian Høgsberg1-0/+3