summaryrefslogtreecommitdiff
path: root/strata/wayland-generic.morph
Commit message (Collapse)AuthorAgeFilesLines
* Update GNOME and GTK+/Clutter stack to latestSam Thursfield2017-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This began due to build issues in Clutter with GCC 7, and turned into a wide-ranging update of GNOME components. Many of these are needed due to deprecation warnings introduced by the GTK+ upgrade. The Gettext and GLIB upgrades are needed by GTK+. The libgdata upgrade was due to deprecation warnings triggered by GTK+ and this now pulls in autoconf-archive. Upgrading Clutter requires upgrading Mutter, which in turn requires new libinput. Note that libinput also required an upgrade to linux-api-headers (done before). I have updated to Mutter 3.22.3 rather than 3.24 to avoid having to upgrade xrandr. WebKit has a bug that causes compile failures with GCC 7: <https://bugs.webkit.org/show_bug.cgi?id=167642>. The gcrypt upgrade is required to build new WebKit. gnome-control-center needed to be upgraded which in turn pulls in network-manager-applet.
* Some unpetrify-refs need to be explicit strings for pythonDaniel Firth2016-12-121-1/+1
|
* wayland-generic: Upgrade wayland-protocols to 1.4Pedro Alvarez2016-07-181-2/+2
| | | | Change-Id: I9bc10fa794fb3c866db09aa1e2e77683799d650a
* wayland-generic: Upgrade wayland to 1.11.0Pedro Alvarez2016-07-181-2/+2
| | | | Change-Id: Icf4806516817f9f526b2edc090d9e862172f31c6
* Add wayland-protocolsJavier Jardón2016-04-101-0/+7
| | | | Change-Id: I0a69b84f6bc6b3c295f2b0a5a7a6bb85c35e6df7
* Upgrade wayland to 1.10.0Javier Jardón2016-04-101-2/+2
| | | | Change-Id: I8dd87c5fe2a2455a95f11758fd25ca4a55c0818d
* Upgrade wayland and weston to 1.9.0 releaseJavier Jardón2016-01-061-2/+2
| | | | Change-Id: Ie25c7be8c504266470f8c1c1328349f398931321
* Move libxkbcommon from wayland-generic to input-commonJavier Jardón2015-09-071-8/+0
| | | | | | Its not a wayland dependency and it belongs to the input system Change-Id: I60765b8bc00c262bfa7c178b87dd11a2463a67a5
* Upgrade to wayland and weston 1.8.0Javier Jardón2015-06-161-2/+2
| | | | Change-Id: Ib161f0cc2d574481c2ca4afbe29553e676e5a9c6
* Fix some strata to depend on core instead foundationJavier Jardón2015-06-071-1/+1
| | | | Change-Id: If4d143dc41eebd901cc5670850ecec6ddb84c6cb
* 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)
* Upgrade Wayland to 1.7.0James Thomas2015-02-171-2/+2
|
* strata/wayland-generic: Upgrade wayland to 1.7 rc2 releaseJavier Jardón2015-02-101-2/+2
|
* strata/wayland-generic: Update to latest xkbcommon (0.5.0)Javier Jardón2014-11-261-2/+3
|
* strata/wayland-generic: Upgrade wayland to latest stable (1.6.0)Javier Jardón2014-10-291-2/+2
|
* Change graphics-infra stratum name to xorg-util-macros-commonJavier Jardón2014-10-141-1/+1
| | | | | As libdrm was moved to an independent stratum this only holds some macros needed to compile other strata
* Add graphics-infra stratumJavier Jardón2014-10-141-1/+1
| | | | With basic infrastructure components like libdrm and xorg macros
* Fix some ref to use SHA1s instead of branches or tagsPedro Alvarez2014-10-031-1/+2
| | | | | Reviewed-by: Daniel Silverstone Reviewed-by: Paul Sherwood
* Fix some strata that depends on foundation, not genivi-foundationJavier Jardón2014-09-251-0/+1
| | | | | | x-common depends on foundation because llvm. Note that other strata assume that x-common depends on core as llvm will be moved away from it
* Do not build the same mesa in different strata, move to its own stratumJavier Jardón2014-08-281-7/+0
|
* Move common input components from wayland-generic to input-common stratumJavier Jardón2014-08-281-42/+0
| | | | | | This is libinput library and deps These are common dependencies to weston and clutter/gtk
* Move common graphics components from wayland-generic to an independent stratumJavier Jardón2014-08-281-49/+0
| | | | | | Basically pixman, cairo, pango and deps These are common dependencies for weston and gtk/clutter
* Move weston to its own stratumJavier Jardón2014-08-281-21/+0
|
* Build a unique mesa with wayland and x11 supportJavier Jardón2014-08-281-6/+6
|
* Build only one wayland independent of the architectureJavier Jardón2014-08-281-0/+135
This makes gtk (and everything that is on top) independent of the architecture we are building.