Add code to copy cursor image to opengl texture and update on event update (not used yet)

This commit is contained in:
dec05eba
2023-04-21 20:59:06 +02:00
parent b6227c07f2
commit 49ac7d7429
7 changed files with 165 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ build_gsr_kms_server() {
}
build_gsr() {
dependencies="libavcodec libavformat libavutil x11 xcomposite xrandr libpulse libswresample libavfilter libva libcap"
dependencies="libavcodec libavformat libavutil x11 xcomposite xrandr xfixes libpulse libswresample libavfilter libva libcap"
includes="$(pkg-config --cflags $dependencies)"
libs="$(pkg-config --libs $dependencies) -ldl -pthread -lm"
opts="-O2 -g0 -DNDEBUG"