From ea19bd26078a35767d9649a65a6b76c818dfbfe2 Mon Sep 17 00:00:00 2001 From: Juest Zungo Date: Thu, 22 May 2025 12:23:30 -0300 Subject: [PATCH] Get rid of redundant wdisplays subproject --- .gitmodules | 3 --- meson.build | 4 ---- meson_options.txt | 2 +- subprojects/wdisplays | 1 - 4 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 .gitmodules delete mode 160000 subprojects/wdisplays diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 06ce3a2..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "subprojects/wdisplays"] - path = subprojects/wdisplays - url = https://github.com/artizirk/wdisplays diff --git a/meson.build b/meson.build index be68a03..e534d5a 100644 --- a/meson.build +++ b/meson.build @@ -28,10 +28,6 @@ evdev = dependency('libevdev') add_project_arguments('-DICONDIR="' + icon_dir + '"', language : 'cpp') -if get_option('enable_wdisplays') == true - wdisplays = subproject('wdisplays') -endif - subdir('icons') subdir('proto') subdir('src') diff --git a/meson_options.txt b/meson_options.txt index 3547f54..e202e15 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ option('wf_shell', type: 'feature', value: 'auto', description: 'Build with wf-shell support') option('wayfire_config_file_path', type : 'string', value : '~/.config/wayfire.ini', description : 'Full path of wayfire config file') option('wf_shell_config_file_path', type : 'string', value : '~/.config/wf-shell.ini', description : 'Full path of wf-shell config file') -option('enable_wdisplays', type : 'boolean', value : 'false', description : 'Build wdisplays') + diff --git a/subprojects/wdisplays b/subprojects/wdisplays deleted file mode 160000 index 6233901..0000000 --- a/subprojects/wdisplays +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6233901a887c2bce4989dbb936c2cb51e02b23a0