代码拉取完成,页面将自动刷新
project('cpupower-gui',
version: '1.0.0',
meson_version: '>= 0.58.0',
default_options: ['warning_level=2',
'systemddir=/usr/lib/systemd',
'pkla=false',
'use_libexec=false',
],
)
i18n = import('i18n')
application_id = 'org.rnd2.cpupower_gui'
name = meson.project_name()
conf = configuration_data()
conf.set_quoted('GETTEXT_PACKAGE', 'cpupower-gui')
conf.set_quoted('APPLICATION_ID', application_id)
# Common paths
prefix = get_option('prefix')
libexecdir = get_option('libexecdir')
libdir = get_option('libdir')
pkglibdir = join_paths(prefix, get_option('libdir'), name)
dbus_dir = join_paths(get_option('datadir'), 'dbus-1')
systemd_dir = get_option('systemddir')
pkgdatadir = join_paths(prefix, get_option('datadir'), name)
moduledir = join_paths(pkgdatadir, 'cpupower_gui')
use_libexec = get_option('use_libexec')
if use_libexec
helperdir = prefix / libexecdir / name
else
helperdir = prefix / libdir / name
endif
subdir('cpupower_gui')
subdir('data')
subdir('po')
meson.add_install_script('build-aux/meson/postinstall.py')
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。