mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Updates (#1664)
* Deploy Wayland shells * Correct typos * Update qmdnsengine
This commit is contained in:
parent
a2ded6acc9
commit
05befbb49c
@ -193,9 +193,9 @@
|
|||||||
"conf_network_tok_lastuse": "Last use",
|
"conf_network_tok_lastuse": "Last use",
|
||||||
"conf_network_tok_title": "Token Management",
|
"conf_network_tok_title": "Token Management",
|
||||||
"conf_cec_events_heading_title": "CEC Events",
|
"conf_cec_events_heading_title": "CEC Events",
|
||||||
"conf_cec_events_intro": "Settings related to diffent CEC (Consumer Electronics Control) protocol events Hyperion can handle",
|
"conf_cec_events_intro": "Settings related to different CEC (Consumer Electronics Control) protocol events Hyperion can handle",
|
||||||
"conf_os_events_heading_title": "Operating System Events",
|
"conf_os_events_heading_title": "Operating System Events",
|
||||||
"conf_os_events_intro": "Settings related to diffent Operating System events Hyperion can handle",
|
"conf_os_events_intro": "Settings related to different Operating System events Hyperion can handle",
|
||||||
"conf_sched_events_heading_title": "Scheduled Events",
|
"conf_sched_events_heading_title": "Scheduled Events",
|
||||||
"conf_sched_events_intro": "Settings related to scheduled, i.e. time based events, which Hyperion will handle",
|
"conf_sched_events_intro": "Settings related to scheduled, i.e. time based events, which Hyperion will handle",
|
||||||
"conf_webconfig_label_intro": "Webconfiguration settings. Edit wisely.",
|
"conf_webconfig_label_intro": "Webconfiguration settings. Edit wisely.",
|
||||||
|
@ -230,7 +230,7 @@ macro(DeployLinux TARGET)
|
|||||||
|
|
||||||
# Copy Qt plugins to 'share/hyperion/lib'
|
# Copy Qt plugins to 'share/hyperion/lib'
|
||||||
if (QT_PLUGINS_DIR)
|
if (QT_PLUGINS_DIR)
|
||||||
foreach(PLUGIN "platforms" "sqldrivers" "imageformats" "tls")
|
foreach(PLUGIN "platforms" "sqldrivers" "imageformats" "tls" "wayland-shell-integration")
|
||||||
if (EXISTS ${QT_PLUGINS_DIR}/${PLUGIN})
|
if (EXISTS ${QT_PLUGINS_DIR}/${PLUGIN})
|
||||||
file(GLOB files "${QT_PLUGINS_DIR}/${PLUGIN}/*.so")
|
file(GLOB files "${QT_PLUGINS_DIR}/${PLUGIN}/*.so")
|
||||||
foreach(file ${files})
|
foreach(file ${files})
|
||||||
|
2
dependencies/external/qmdnsengine
vendored
2
dependencies/external/qmdnsengine
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 0ca80117e853671d909b3cec9e2bdcac85a13b9f
|
Subproject commit 4e54bc86c8ed2d4fa2e7449d4ba6a6a2742d9eb1
|
Loading…
x
Reference in New Issue
Block a user