Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Krfb
Commits
6f342f45
Commit
6f342f45
authored
Jun 03, 2021
by
Ömer Fadıl Usta
😊
Browse files
fix HAVE_DMA_BUF definition
parent
acc70e4c
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6f342f45
...
...
@@ -100,7 +100,11 @@ set_package_properties(Epoxy PROPERTIES DESCRIPTION "libepoxy"
PURPOSE
"Required for dma-buf support in pipewire screencast plugin."
)
set
(
HAVE_DMA_BUF
${
EGL_FOUND
}
AND
${
gbm_FOUND
}
AND
${
Epoxy_FOUND
}
)
if
(
EGL_FOUND AND gbm_FOUND AND Epoxy_FOUND
)
set
(
HAVE_DMA_BUF TRUE
)
else
()
set
(
HAVE_DMA_BUF FALSE
)
endif
()
ecm_setup_version
(
PROJECT
VARIABLE_PREFIX KRFB
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment