mirror of
https://github.com/Maks1mS/rg552-fancontrol-phosh-plugin.git
synced 2025-04-04 00:23:44 +03:00
build: remove useless build deps
This commit is contained in:
parent
69635cc0f1
commit
2d5195957d
@ -14,14 +14,11 @@ i18n = import('i18n')
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
gobject_dep = dependency('gobject-2.0', version: glib_ver_cmp)
|
gobject_dep = dependency('gobject-2.0', version: glib_ver_cmp)
|
||||||
gtk_dep = dependency('gtk+-3.0', version: '>=3.22')
|
gtk_dep = dependency('gtk+-3.0', version: '>=3.22')
|
||||||
libhandy_dep = dependency('libhandy-1', version: '>=1.1.90', fallback: ['libhandy', 'libhandy_dep'], default_options: ['introspection=disabled'])
|
|
||||||
libnm_dep = dependency('libnm', version: '>=1.14')
|
|
||||||
phosh_plugins_dep = dependency('phosh-plugins')
|
|
||||||
|
|
||||||
# Detect libphosh API version
|
# Detect libphosh API version
|
||||||
# Due to the unstable API, the version changes frequently,
|
# Due to the unstable API, the version changes frequently,
|
||||||
# which makes it difficult to maintain in the package repository.
|
# which makes it difficult to maintain in the package repository.
|
||||||
result = run_command('bash', 'scripts/detect-libphosh-api-version.sh')
|
result = run_command('bash', 'scripts/detect-libphosh-api-version.sh', check: true)
|
||||||
|
|
||||||
if result.returncode() != 0
|
if result.returncode() != 0
|
||||||
error(result.stderr())
|
error(result.stderr())
|
||||||
@ -33,9 +30,6 @@ libphosh_dep = dependency('libphosh-' + libphosh_version)
|
|||||||
plugin_deps = [
|
plugin_deps = [
|
||||||
gobject_dep,
|
gobject_dep,
|
||||||
gtk_dep,
|
gtk_dep,
|
||||||
libhandy_dep,
|
|
||||||
libnm_dep,
|
|
||||||
phosh_plugins_dep,
|
|
||||||
libphosh_dep
|
libphosh_dep
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user