Skip to content

Commit

Permalink
fix(build): adjust Linux-only header after 5cb9c3c
Browse files Browse the repository at this point in the history
In file included from theseus-ship-6.0.0/main_wayland.cpp:10:
In file included from /usr/include/como/base/wayland/xwl_platform.h:17:
In file included from /usr/include/como/render/wayland/xwl_platform.h:15:
In file included from /usr/include/como/render/post/night_color_manager.h:14:
/usr/include/como/base/os/clock/skew_notifier.h:8:10: fatal error: 'skew_notifier_engine.h' file not found
    8 | #include "skew_notifier_engine.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
  • Loading branch information
jbeich committed Apr 13, 2024
1 parent 4b46eb9 commit 325e41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions como/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ target_sources(base
PUBLIC
FILE_SET HEADERS
FILES
os/clock/linux_skew_notifier_engine.h
os/clock/skew_notifier_engine.h
os/clock/skew_notifier.h
seat/backend/logind/session.h
seat/session.h
Expand Down Expand Up @@ -49,7 +49,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
PUBLIC
FILE_SET HEADERS
FILES
os/clock/skew_notifier_engine.h
os/clock/linux_skew_notifier_engine.h
PRIVATE
os/clock/linux_skew_notifier_engine.cpp
)
Expand Down

0 comments on commit 325e41b

Please sign in to comment.