aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2017-10-05xwayland: parse normal hintsemersion
2017-09-29Open X11 WindowScott Anderson
2017-09-25Merge branch 'master' into rootstonDrew DeVault
2017-09-24Install library, headers, and pkg-configScott Anderson
2017-09-22Establish rootston headers & mainDrew DeVault
2017-09-22Add elogind supportdudemanguy
Resolves SirCmpwn/wlroots#146
2017-08-30Refactor meson build filesTony Crisci
Use tabs for indentation and break up function calls over 80 col.
2017-08-23xwm: fix minimal init, this gets us some events on window creationsDominique Martinet
2017-08-23xwayland: split xwm structure out, initial xwm.cDominique Martinet
2017-08-23Xwayland: first draft, just start server for nowDominique Martinet
2017-08-20Change meson to be more configurableScott Anderson
We move the warning options into the project's default_options, meaning a user can configure them with `meson configure` and not need to edit the file. We also make it possible to disable logind/libcap even if they're present.
2017-08-13Fix #64Drew DeVault
2017-08-13Fix build on systems without systemdDrew DeVault
2017-08-11Refactor meson and move xdg-shell into wlrootsDrew DeVault
2017-08-09Implement wlr_region using pixmannyorain
2017-08-07Add xcursor sublibraryDrew DeVault
2017-08-06Update build filesScott Anderson
2017-08-05Use meson build systemnyorain
2017-07-11Revert "Merge pull request #27 from ascent12/meson"Drew DeVault
This reverts commit 85805da021006697c85489c3e30717c2b807441c, reversing changes made to 8189c64d7f07a756abf5a6189719f02b2f1af967.
2017-07-11Use subdirScott Anderson
2017-07-11Changed build system to mesonScott Anderson