mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 06:40:04 +01:00
Bump glib2 requirement
Bump glib2 to 2.66 so we can use g_file_set_contents_full
This commit is contained in:
parent
3e808424b3
commit
dffb485a15
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
|
@ -4,7 +4,7 @@ UPower
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
glib-2.0 >= 2.34.0
|
glib-2.0 >= 2.66.0
|
||||||
gio-2.0 >= 2.16.1
|
gio-2.0 >= 2.16.1
|
||||||
gudev-1.0 >= 235 (Linux)
|
gudev-1.0 >= 235 (Linux)
|
||||||
libimobiledevice-1.0 >= 0.9.7 (optional)
|
libimobiledevice-1.0 >= 0.9.7 (optional)
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ cdata.set_quoted('PACKAGE_VERSION', meson.project_version())
|
||||||
cdata.set_quoted('VERSION', meson.project_version())
|
cdata.set_quoted('VERSION', meson.project_version())
|
||||||
cdata.set_quoted('PACKAGE_SYSCONF_DIR', get_option('sysconfdir'))
|
cdata.set_quoted('PACKAGE_SYSCONF_DIR', get_option('sysconfdir'))
|
||||||
|
|
||||||
glib_min_version = '2.58'
|
glib_min_version = '2.66'
|
||||||
|
|
||||||
glib_version_def = 'GLIB_VERSION_@0@_@1@'.format(
|
glib_version_def = 'GLIB_VERSION_@0@_@1@'.format(
|
||||||
glib_min_version.split('.')[0], glib_min_version.split('.')[1])
|
glib_min_version.split('.')[0], glib_min_version.split('.')[1])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue