]> git.mdlowis.com Git - proto/labwc.git/commit
meson: Use wrap files to manage dependencies
authorEzequiel Garcia <ezequiel@collabora.com>
Sat, 26 Jun 2021 09:41:03 +0000 (06:41 -0300)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 26 Jun 2021 17:12:24 +0000 (18:12 +0100)
commitccfa7a60dbbd9798200235b28ce791d922aa07b5
treec3a14162808ce5eb1e2478024a9b3e28210d2c46
parent448b3c5870eed877124de88b430f5d45db9cc302
meson: Use wrap files to manage dependencies

This simplifies building as there's no need to manually
git clone subprojects anymore.

Building is now as simple as:

    meson build
    ninja -C build

In order to update the subprojects, meson provides:

    meson subprojects update
subprojects/seatd.wrap [new file with mode: 0644]
subprojects/wlroots.wrap [new file with mode: 0644]