mirror of
https://github.com/swaywm/sway.git
synced 2026-07-05 00:06:04 -04:00
Merge 7faee6637f into 3ee286d7f7
This commit is contained in:
commit
aded0015df
91 changed files with 593 additions and 462 deletions
|
|
@ -287,7 +287,7 @@ int main(int argc, char **argv) {
|
|||
char *socket_path = NULL;
|
||||
char *cmdtype = NULL;
|
||||
|
||||
wlr_log_init(L_INFO, NULL);
|
||||
sway_log_init(L_INFO, NULL);
|
||||
|
||||
static struct option long_options[] = {
|
||||
{"help", no_argument, NULL, 'h'},
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@ executable(
|
|||
'main.c',
|
||||
include_directories: [sway_inc],
|
||||
dependencies: [jsonc, wlroots],
|
||||
link_with: [lib_sway_common],
|
||||
link_with: [lib_sway_common, lib_sway_ipc],
|
||||
install: true
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue