remove Use of libnotify and wintoast

This commit is contained in:
sithlord48
2025-03-26 09:48:37 -04:00
committed by Nick Bolton
parent bcfc77fde6
commit 201df59cb7
12 changed files with 9 additions and 173 deletions

View File

@ -149,7 +149,7 @@ macro(configure_unix_libs)
configure_xorg_libs()
include(FindPkgConfig)
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
pkg_check_modules(LIBXKBCOMMON REQUIRED xkbcommon)
pkg_check_modules(GLIB2 REQUIRED glib-2.0)
@ -159,15 +159,6 @@ macro(configure_unix_libs)
else()
message(WARNING "pkg-config not found, skipping wayland libraries")
endif()
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
pkg_check_modules(lib_glib REQUIRED IMPORTED_TARGET glib-2.0)
pkg_check_modules(lib_notify REQUIRED IMPORTED_TARGET libnotify)
add_definitions(-DHAVE_LIBNOTIFY=1)
else()
message(WARNING "pkg-config not found, skipping libnotify")
endif()
endif()
# For config.h, set some static values; it may be a good idea to make these