Skip to content

Commit

Permalink
format code style in source and build files for wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasah-Kuma authored and aperezdc committed Sep 10, 2021
1 parent b595d12 commit a15c2ef
Show file tree
Hide file tree
Showing 10 changed files with 624 additions and 861 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if (IS_DIRECTORY "${CMAKE_SOURCE_DIR}/.git")
endif ()



option(COG_DBUS_SYSTEM_BUS "Expose remote control interface on system bus" OFF)
set(COG_DBUS_OWN_USER "" CACHE STRING
"Additional user allowed to own the well-known name on the system bus")
Expand Down
1 change: 1 addition & 0 deletions platform/wayland/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ target_link_libraries(cogplatform-wl PRIVATE
PkgConfig::WpeFDO
)


pkg_check_modules(WAYLAND_EGL IMPORTED_TARGET wayland-egl)
if (TARGET PkgConfig::WAYLAND_EGL)
target_link_libraries(cogplatform-wl PRIVATE PkgConfig::WAYLAND_EGL)
Expand Down
Loading

0 comments on commit a15c2ef

Please sign in to comment.