summaryrefslogtreecommitdiff
path: root/strata/mesa-common.morph
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Fix a compilation problem with missing fstatJavier Jardón2015-04-141-2/+2
| | | | | | | | | | | | | | | Point mesa stratum to a patch cherry-picked from master to fix this compilation error: loader.c: In function 'udev_device_new_from_fd': loader.c:163:4: error: implicit declaration of function 'fstat' [-Werror=implicit-function-declaration] if (fstat(fd, &buf) < 0) { ^ cc1: some warnings being treated as errors More info here: https://bugs.freedesktop.org/show_bug.cgi?id=89530 Change-Id: I3bd4856b07318ce97772a4755b253c918f4b1e66
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-061-1/+0
| | | | version: 1)
* Revert "Do not use 'build-depends' chunk parameter when it's empthy (and ↵Javier Jardón2015-03-061-0/+1
| | | | | | | | change to version: 1)" Morph should have been updated first This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_dependsJavier Jardón2015-03-061-1/+0
| | | | version: 1)
* strata/mesa-common.morph: Upgrade to latest stable mesa (10.3.3)Javier Jardón2014-11-141-2/+2
| | | | | Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: James Thomas <james.thomas@codethink.co.uk>
* strata/mesa-common: Update mesa to latest stabel version (10.3.2)Javier Jardón2014-10-251-2/+2
|
* Do not build X11 support in mesaJavier Jardón2014-10-141-1/+0
| | | | | | | In this way we can build completely wayland-only systems The reason to do this is that cairo will pull the X11 dependency if the mesa stratum is built with X11 support (as graphics-common depens on mesa-common)
* Split libdrm from graphics-infra stratum and create libdrm-common stratumJavier Jardón2014-10-141-1/+1
| | | | So libdrm only gets build when it's really needed
* Add graphics-infra stratumJavier Jardón2014-10-141-0/+1
| | | | With basic infrastructure components like libdrm and xorg macros
* Move llvm to its own stratumJavier Jardón2014-10-061-0/+1
| | | | | llvm is a bif piece of software that take long time to build With this move we will only build it when its really necessary
* strata/mesa-common.morph: Update to latest mesa (10.3)Javier Jardón2014-09-221-1/+2
|
* strata/mesa-common.morph: Add missing reference to local mesa.morphJavier Jardón2014-09-221-0/+1
|
* Do not build the same mesa in different strata, move to its own stratumJavier Jardón2014-08-281-0/+10