1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

pipewire: Use C99

Reduces the amount of warnings we get
This commit is contained in:
Aleix Pol
2021-10-14 15:15:20 +02:00
committed by Aleix Pol Gonzalez
parent 97cbf48059
commit b4eccc2134

View File

@@ -32,6 +32,7 @@ add_library(krfb_framebuffer_pw
MODULE
${krfb_framebuffer_pw_SRCS}
)
set_property(TARGET krfb_framebuffer_pw PROPERTY C_STANDARD 99)
target_link_libraries(krfb_framebuffer_pw
Qt5::Core