This commit is contained in:
Vaxry 2024-09-19 22:42:29 +01:00
parent 5c5cb55abb
commit 408a1462f7
2 changed files with 7 additions and 1 deletions

View file

@ -63,7 +63,7 @@ pkg_check_modules(
gbm gbm
hyprlang>=0.2.0 hyprlang>=0.2.0
hyprutils hyprutils
hyprwayland-scanner>=0.4.0) hyprwayland-scanner>=0.4.1)
# check whether we can find sdbus-c++ through pkg-config # check whether we can find sdbus-c++ through pkg-config
pkg_check_modules(SDBUS IMPORTED_TARGET sdbus-c++) pkg_check_modules(SDBUS IMPORTED_TARGET sdbus-c++)

6
src/includes.hpp Normal file
View file

@ -0,0 +1,6 @@
#pragma once
#include <hyprutils/memory/WeakPtr.hpp>
using namespace Hyprutils::Memory;
#define SP CSharedPointer
#define WP CWeakPointer