Skip to content

Commit

Permalink
Enable the building of WebKitBrowser Extension in CMake (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Dec 18, 2024
1 parent 0a17fe4 commit 7e5c345
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WebKitBrowser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,12 @@ install(
DESTINATION ${CMAKE_INSTALL_LIBDIR}/${STORAGE_DIRECTORY}/plugins
COMPONENT ${PROJECT_NAME})

# if(WEBKIT_GLIB_API)
# add_subdirectory(Extension)
# else()
# # also build injected bundle
# add_subdirectory(InjectedBundle)
# endif()
if(WEBKIT_GLIB_API)
add_subdirectory(Extension)
else()
# also build injected bundle
add_subdirectory(InjectedBundle)
endif()

# resolution handling
if(PLUGIN_WEBKITBROWSER_RESOLUTION EQUAL "720p")
Expand Down

0 comments on commit 7e5c345

Please sign in to comment.