Add code to copy cursor image to opengl texture and update on event update (not used yet)
This commit is contained in:
2
build.sh
2
build.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user