summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12Make expat a dependency to the scannerJørgen Lind1-5/+7
2011-08-12Rename source subdir from wayland to srcKristian Høgsberg1-3/+3
2011-05-06Add configure option to disable scanner compilationjani.uusi-rantala@nokia.com1-0/+8
When cross-compiling Wayland, wayland-scanner should be picked up from the host system instead of compiling and trying to run e.g. ARM wayland-scanner on X86. This patch adds --disable-scanner option for disabling the scanner from the build and using existing wayland-scanner instead (from PATH) which should help in most cross-compilation systems. By default everything works as before. Signed-off-by: Jani Uusi-Rantala <jani.uusi-rantala@nokia.com>
2011-02-14Split into a core repository that only holds the core Wayland librariesKristian Høgsberg1-53/+4
2011-02-13Use pixman regions to reduce repaintingKristian Høgsberg1-1/+1
For now, we just use glScissor and clip to the extent of the damage region, but we can do even better by clipping the repaint to the region rectangles.
2011-02-10configure: remove libdrm dependency for clientsTiago Vignatti1-2/+2
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2011-01-28Merge remote branch 'nobled/for-krh'Kristian Høgsberg1-1/+1
2011-01-28configure: Drop gdk-pixbuf version dependencyBenjamin Franzke1-2/+2
The major version 2.0 is sufficient
2011-01-28fix configure check for gccnobled1-1/+1
This shouldn't fail just because someone sets CC=gcc-4.5 explicitly. Besides, this way it also works with compilers that advertise GCC-compatibility like clang and ICC.
2011-01-26Test for rsvg-convert in configure.acKristian Høgsberg1-0/+2
If it's not present, we just don't install the icon.
2011-01-25Add gio for view fixesKristian Høgsberg1-1/+1
2011-01-23Add specific versions to build dependenciesDarxus1-3/+3
2011-01-23Enable all compositors by defaultKristian Høgsberg1-2/+4
2011-01-14Link simple-client against libGLESv2.so, not full GLKristian Høgsberg1-0/+1
2011-01-14Check for cairo-egl instead of just cairo-glKristian Høgsberg1-4/+4
2011-01-14Make it possible to enable/disable the various compositors from configureKristian Høgsberg1-0/+25
2011-01-11clients: Make poppler-glib optionalKristian Høgsberg1-1/+4
Just don't compile the view client.
2010-11-06Update autotools configurationJavier Jardón1-5/+18
Use new libtool syntax and cleaning the code a bit
2010-10-29Workaround an xcb-dri2 bug.Chia-I Wu1-0/+5
xcb_dri2_connect_device_name generated by xcb-proto 1.6 is broken. It only works when the length of the driver name is a multiple of 4.
2010-10-25Fall back to cairo image backend and shm surface if we don't have cairo glKristian Høgsberg1-1/+6
2010-10-12Use automakeKristian Høgsberg1-1/+11
2010-09-14Move core protocol libraries into wayland/ subdirectoryKristian Høgsberg1-1/+1
2010-08-26Ask for glesv2, not gl for compositor in configure.acKristian Høgsberg1-1/+1
2010-08-16Use different cursor images in the compositorKristian Høgsberg1-1/+1
2010-08-11Name libraries -client and -server for consistencyKristian Høgsberg1-1/+1
Instead of wayland-server and wayland...
2010-08-09Implement current drm auth scheme in the drm objectKristian Høgsberg1-1/+1
2010-08-03Generate protocol types and metadata from xmlKristian Høgsberg1-0/+11
2010-06-25Use libxkbcommon for mapping keycodes to keysymsKristian Høgsberg1-1/+1
2010-06-14Add x11 backend for compositorKristian Høgsberg1-1/+1
This still needs all the bells and whistles from the egl-kms mesa branch, but it makes it a lot easier to work on wayland.
2010-06-08Send device name at connect timeKristian Høgsberg1-3/+1
2010-06-08configure.ac: Look for cairo-gl instead of cairo-drmKristian Høgsberg1-1/+1
2010-06-04Rename wayland-system-compositor back to just compositorKristian Høgsberg1-1/+1
2010-06-04Move clients to subdirectoryKristian Høgsberg1-3/+3
2010-03-03Switch to using mesa EGLKristian Høgsberg1-2/+2
2009-12-21Require libdrm 2.4.17 for page flip APIKristian Høgsberg1-1/+1
2009-09-21Add a simple PDF viewerKristian Høgsberg1-0/+1
2009-02-21Add an image viewer clientChris Wilson1-1/+3
2009-01-26Depend on udev 136 and clean up some code.Kristian Høgsberg1-1/+1
2009-01-16Drop libdrm CFLAGS where no longer necessary.Kristian Høgsberg1-3/+2
2009-01-16Update to track udev API change in eagle.Kristian Høgsberg1-1/+1
2008-12-30Use libudev for enumerating input devices.Kristian Høgsberg1-1/+1
2008-12-10Install libraries plus headers and add pkg-config files.Kristian Høgsberg1-2/+2
2008-12-04Use autoconf instead of $(shell ...) in the Makefile.Kristian Høgsberg1-0/+18