Skip to content

Commit

Permalink
Adding PlatformImplementation for realtek
Browse files Browse the repository at this point in the history
  • Loading branch information
liginPunoose committed Mar 18, 2024
1 parent 422b785 commit 64b1065
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DisplayInfo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ elseif (LIBDRM_FOUND)
target_link_libraries(${MODULE_NAME}
PRIVATE
drm)
elseif (WPE_PLUGIN_DISPLAYID_IMPL STREQUAL "REALTEK")
target_sources(${MODULE_NAME}
PRIVATE
Realtek/PlatformImplementation.cpp)
target_link_libraries(${MODULE_NAME}
PRIVATE
drm)
else ()
message(FATAL_ERROR "There is no graphic backend for display info plugin")
endif ()
Expand Down
Loading

0 comments on commit 64b1065

Please sign in to comment.