Logo
Explore Help
Sign In
luc14n0/glib
1
0
Fork 0
You've already forked glib
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-08-07 09:53:39 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
36f7440bb708afceb2a845438378efe95389acc8
glib/gio/inotify/meson.build

16 lines
407 B
Meson
Raw Normal View History

meson: Fix glib, add gobject, gio, gthread, gmodule, etc Several small fixes to the build files. Lots of tests have also been added, and glib tests pass now.
2016-03-07 11:13:24 +00:00
inotify_sources = [
'inotify-kernel.c',
'inotify-sub.c',
'inotify-path.c',
'inotify-missing.c',
'inotify-helper.c',
'ginotifyfilemonitor.c',
]
inotify_lib = static_library('inotify',
sources : inotify_sources,
meson: Improve MSVC and MinGW support and fix dependencies everywhere Disable gio tests on Windows, fix .gitignore to not ignore config.h.meson, and add more things to it. Rename the library file naming and versioning to match what Autotools outputs, e.g., libglib-2.0.so.0.5000.2 on Linux, libglib-2.0-0.dll and glib-2.0-0.dll on Windows with MSVC. Several more tiny fixes, more executables built and installed, install pkg-config and m4 files, fix building of gobject tests. Changes to gdbus-codegen to support out-of-tree builds without environment variables set (which you can't in Meson). We now add the build directory to the Python module search path.
2016-12-21 04:07:24 +05:30
include_directories : [configinc, glibinc, gmoduleinc],
dependencies : [gioenumtypes_dep],
meson: Minor modernizations
2016-12-09 14:30:22 -05:00
pic : true,
c_args : [ '-DHAVE_CONFIG_H', '-DG_DISABLE_DEPRECATED' ] + gio_c_args)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 48ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API