Fix Qt dependencies
This commit is contained in:
parent
fb7924a6ff
commit
0fd23e1ea5
2 changed files with 5 additions and 5 deletions
4
external/ffmpeg/CMakeLists.txt
vendored
4
external/ffmpeg/CMakeLists.txt
vendored
|
|
@ -68,13 +68,13 @@ else()
|
||||||
va-drm
|
va-drm
|
||||||
va
|
va
|
||||||
vdpau
|
vdpau
|
||||||
Xi
|
wayland-client
|
||||||
Xext
|
Xext
|
||||||
Xfixes
|
Xfixes
|
||||||
Xrender
|
|
||||||
)
|
)
|
||||||
target_link_libraries(external_ffmpeg
|
target_link_libraries(external_ffmpeg
|
||||||
INTERFACE
|
INTERFACE
|
||||||
|
X11
|
||||||
drm
|
drm
|
||||||
pthread
|
pthread
|
||||||
)
|
)
|
||||||
|
|
|
||||||
6
external/qt/CMakeLists.txt
vendored
6
external/qt/CMakeLists.txt
vendored
|
|
@ -335,11 +335,11 @@ else()
|
||||||
wayland-egl
|
wayland-egl
|
||||||
wayland-cursor
|
wayland-cursor
|
||||||
wayland-client
|
wayland-client
|
||||||
xcb-shm
|
|
||||||
xcb-xfixes
|
|
||||||
xcb-render
|
|
||||||
xkbcommon
|
xkbcommon
|
||||||
xkbcommon-x11
|
xkbcommon-x11
|
||||||
|
Xi
|
||||||
|
Xext
|
||||||
|
Xfixes
|
||||||
Xrender
|
Xrender
|
||||||
ffi
|
ffi
|
||||||
icutu
|
icutu
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue