Skip to content

Commit

Permalink
Drop the glog example - nobody uses it (#3330)
Browse files Browse the repository at this point in the history
Fixes: #3318
  • Loading branch information
Saviq authored Apr 12, 2024
2 parents f30fd9e + 9581984 commit 8407da2
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 227 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ pkg_check_modules(EPOXY REQUIRED IMPORTED_TARGET epoxy)
pkg_check_modules(GIO REQUIRED IMPORTED_TARGET gio-2.0 gio-unix-2.0)
pkg_check_modules(GLESv2 REQUIRED IMPORTED_TARGET glesv2)
pkg_check_modules(GLIB REQUIRED IMPORTED_TARGET glib-2.0)
pkg_check_modules(GLog REQUIRED IMPORTED_TARGET libglog)
pkg_check_modules(LIBINPUT REQUIRED IMPORTED_TARGET libinput>=1.1)
pkg_check_modules(LTTNG_UST REQUIRED IMPORTED_TARGET lttng-ust>=2.9)
pkg_check_modules(UDEV REQUIRED IMPORTED_TARGET libudev)
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Build-Depends: cmake,
libgles2-mesa-dev,
libgbm-dev,
libglm-dev,
libgoogle-glog-dev,
liblttng-ust-dev,
libxkbcommon-dev (>= 0.5),
libumockdev-dev (>= 0.6),
Expand Down
1 change: 0 additions & 1 deletion doc/sphinx/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ build:
- libglib2.0-dev
- libgles2-mesa-dev
- libglm-dev
- libgoogle-glog-dev
- libinput-dev
- liblttng-ust-dev
- libwayland-dev
Expand Down
3 changes: 0 additions & 3 deletions examples/mir_demo_server/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
add_library(exampleserverconfig STATIC
server_example_input_device_config.cpp
server_example_input_event_filter.cpp
server_example_log_options.cpp
server_example_input_filter.cpp
)

Expand All @@ -20,13 +19,11 @@ include_directories(

mir_add_wrapped_executable(mir_demo_server
server_example.cpp
glog_logger.cpp
server_example_test_client.cpp
)

target_link_libraries(mir_demo_server
example-shell-lib
exampleserverconfig
PkgConfig::GLog
Boost::system
)
72 changes: 0 additions & 72 deletions examples/mir_demo_server/glog_logger.cpp

This file was deleted.

39 changes: 0 additions & 39 deletions examples/mir_demo_server/glog_logger.h

This file was deleted.

2 changes: 0 additions & 2 deletions examples/mir_demo_server/server_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "server_example_log_options.h"
#include "server_example_input_event_filter.h"
#include "server_example_input_filter.h"
#include "server_example_test_client.h"
Expand Down Expand Up @@ -134,7 +133,6 @@ try
auto const server_exit_status = runner.run_with({
// example options for display layout, logging and timeout
miral::display_configuration_options,
me::add_glog_options_to,
miral::X11Support{},
wayland_extensions,
miral::set_window_management_policy<miral::MinimalWindowManager>(),
Expand Down
70 changes: 0 additions & 70 deletions examples/mir_demo_server/server_example_log_options.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions examples/mir_demo_server/server_example_log_options.h

This file was deleted.

2 changes: 0 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ parts:
- libfreetype6-dev
- libgbm-dev
- libglm-dev
- libgoogle-glog-dev
- libgtest-dev
- libinput-dev
- liblttng-ust-dev
Expand Down Expand Up @@ -66,7 +65,6 @@ parts:
- libgles2
- libglibmm-2.4-1v5
- libglvnd0
- libgoogle-glog0v5
- libgudev-1.0-0
- libicu70
- libinput10
Expand Down
1 change: 0 additions & 1 deletion spread/build/alpine/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ execute: |
g++ \
glib-dev \
glm-dev \
glog-dev \
grep \
gtest-dev \
libepoxy-dev \
Expand Down
1 change: 0 additions & 1 deletion spread/build/fedora/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ execute: |
mesa-libEGL-devel \
mesa-libGLES-devel \
glm-devel \
glog-devel \
systemd-devel \
glib2-devel \
wayland-devel \
Expand Down
4 changes: 0 additions & 4 deletions src/platform/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ MIR_PLATFORM_2.17 {
mir::options::enable_input_opt*;
mir::options::enable_key_repeat_opt*;
mir::options::fatal_except_opt*;
mir::options::glog*;
mir::options::glog_log_dir*;
mir::options::glog_minloglevel*;
mir::options::glog_stderrthreshold*;
mir::options::idle_timeout_opt;
mir::options::input_report_opt*;
mir::options::log_opt_value*;
Expand Down

0 comments on commit 8407da2

Please sign in to comment.