File tree Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ A window & compositing manager based on libmutter and designed by elementary for
66## Building, Testing, and Installation
77
88You'll need the following dependencies:
9- * meson
109* gettext (>= 0.19.6)
1110* gsettings-desktop-schemas-dev
1211* libcanberra-dev
@@ -18,6 +17,7 @@ You'll need the following dependencies:
1817* libgtk-3-dev (>= 3.10.0)
1918* libmutter-10-dev (>= 42.0) | libmutter-dev (>= 3.18.3)
2019* libxml2-utils
20+ * meson (>= 0.59.0)
2121* valac (>= 0.46.0)
2222
2323Run ` meson build ` to configure the build environment. Change to the build directory and run ` ninja ` to build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11project (' gala' ,
22 ' c' , ' vala' ,
33 version : ' 7.1.3' ,
4- meson_version : ' >= 0.58 .0' ,
4+ meson_version : ' >= 0.59 .0' ,
55 license : ' GPL3' ,
66)
77
@@ -195,4 +195,7 @@ if vapigen.found()
195195 subdir (' vapi' )
196196endif
197197
198- meson .add_install_script(' build-aux/meson/post_install.py' )
198+ gnome.post_install(
199+ glib_compile_schemas : true ,
200+ update_desktop_database : true
201+ )
You can’t perform that action at this time.
0 commit comments