diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:07:37 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:07:37 -0300 |
commit | 41b6cd0cf9e885faf45f0d0a4fa35055495279d7 (patch) | |
tree | 09dd3d3e220b058a9aa6762dfc60411be2ac2046 /modules/devices.c | |
parent | 61a81feb3a316ea18b37ba0142fe895e714d10e5 (diff) | |
parent | 5bba5c481d7273b475a39eb61e5eacec65d3c8e5 (diff) |
Update upstream source from tag 'upstream/2.0.5pre'
Update to upstream version '2.0.5pre'
with Debian dir 9973fc57c4c67d50c40723e3e88c9b1c8e78f684
Diffstat (limited to 'modules/devices.c')
-rw-r--r-- | modules/devices.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/devices.c b/modules/devices.c index 574896ee..614c43f5 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -37,6 +37,7 @@ #include "udisks2_util.h" #include "storage_util.h" #include "pci_util.h" +#include <json-glib/json-glib.h> gchar *callback_processors(); gchar *callback_gpu(); @@ -857,11 +858,13 @@ void hi_module_init(void) .file_name = "sdcard.ids", }, #ifdef ARCH_x86 +#if JSON_CHECK_VERSION(0,20,0) { .name = N_("Update CPU flags database"), .file_name = "cpuflags.json", }, #endif +#endif }; guint i; |