mirror of
https://github.com/Maks1mS/rg552-fancontrol-phosh-plugin.git
synced 2024-12-23 18:52:58 +03:00
parent
467bd6ba6c
commit
809c52d62d
@ -17,7 +17,7 @@ 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'])
|
libhandy_dep = dependency('libhandy-1', version: '>=1.1.90', fallback: ['libhandy', 'libhandy_dep'], default_options: ['introspection=disabled'])
|
||||||
libnm_dep = dependency('libnm', version: '>=1.14')
|
libnm_dep = dependency('libnm', version: '>=1.14')
|
||||||
phosh_plugins_dep = dependency('phosh-plugins', required: true, method: 'pkg-config')
|
phosh_plugins_dep = dependency('phosh-plugins', required: true, method: 'pkg-config')
|
||||||
libphosh_dep = dependency('libphosh-0', required: true, method: 'pkg-config')
|
libphosh_dep = dependency('libphosh-0.43', required: true, method: 'pkg-config')
|
||||||
|
|
||||||
plugin_deps = [
|
plugin_deps = [
|
||||||
gobject_dep,
|
gobject_dep,
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include "rg552-fancontrol-quick-setting.h"
|
#include "rg552-fancontrol-quick-setting.h"
|
||||||
#include "quick-setting.h"
|
#include "quick-setting.h"
|
||||||
|
#include "status-icon.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user