summaryrefslogtreecommitdiff
path: root/skeletonmm/tools
Commit message (Collapse)AuthorAgeFilesLines
* skeletonmm: Make it possible to use it as a subprojectKjell Ahlstedt2021-05-161-1/+9
| | | | skeleton and glibmm can be subprojects of skeletonmm.
* skeletonmm: Update Meson build filesKjell Ahlstedt2021-04-041-1/+3
| | | | | | Add "implicit_include_directories: false" to library() and executable(). Don't use the deprecated dep.get_pkgconfig_variable() function. Change dependencies: glibmm-2.4 -> glibmm-2.68, sigc++-2.0 -> sigc++-3.0.
* skeletonmm: Some fixes in the Meson build systemKjell Ahlstedt2020-04-151-12/+0
| | | | | | | | | | | | | * meson.build: Remove dist-cmd.py from the skeletonmm tarball. * skeletonmm/doc/reference/meson.build: * skeletonmm/skeleton/skeletonmm/meson.build: Don't use dist-cmd.py. * skeletonmm/meson.build: Don't use dist-cmd.py. Add a better error message if mm-common-get is required but not found. If not maintainer-mode, check that generate-binding.py exists. * skeletonmm/meson_options.txt: Default value of warnings is 'min'. Add dist-warnings. * skeletonmm/tools/dist-cmd.py: Removed file. It's not necessary in add_dist_script() when the first parameter is python3.path().
* skeletonmm: Use Meson instead of AutotoolsKjell Ahlstedt2019-10-266-0/+170
The files in the skeletonmm directory now show the start of a project that will use Meson. The new skeletonmm is based on experience from building pangomm with Meson. It does not include code necessary for running Meson under MSVC. See !2 and pangomm!4. Fixes #1