add transparency

This commit is contained in:
2026-07-18 08:42:01 +05:00
parent 2bbee73425
commit 7d91df3c6b
5 changed files with 83 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ pkg_check_modules(OBS REQUIRED IMPORTED_TARGET libobs)
pkg_check_modules(GLIB REQUIRED IMPORTED_TARGET glib-2.0)
pkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0)
pkg_check_modules(WEBKIT REQUIRED IMPORTED_TARGET webkit2gtk-4.1)
pkg_check_modules(X11_CAPTURE REQUIRED IMPORTED_TARGET x11 xcomposite xext)
pkg_check_modules(X11_CAPTURE REQUIRED IMPORTED_TARGET x11 xcomposite xdamage xext)
add_library(obs-webkit-browser MODULE
src/plugin.c