Skip to content
GitLab
Menu
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
8e667abe
Commit
8e667abe
authored
Jun 03, 2021
by
Ömer Fadıl Usta
😊
Browse files
Fix typo on epoxy variablename revert ifdef back to if
parent
2e825460
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8e667abe
...
...
@@ -94,13 +94,13 @@ set_package_properties(EGL PROPERTIES
)
find_package
(
epoxy
)
set_package_properties
(
E
poxy PROPERTIES DESCRIPTION
"libepoxy"
set_package_properties
(
e
poxy PROPERTIES DESCRIPTION
"libepoxy"
URL
"https://github.com/anholt/libepoxy"
TYPE OPTIONAL
PURPOSE
"Required for dma-buf support in pipewire screencast plugin."
)
if
(
EGL_FOUND AND gbm_FOUND AND
E
poxy_FOUND
)
if
(
EGL_FOUND AND gbm_FOUND AND
e
poxy_FOUND
)
set
(
HAVE_DMA_BUF TRUE
)
else
()
set
(
HAVE_DMA_BUF FALSE
)
...
...
framebuffers/pipewire/pw_framebuffer.cpp
View file @
8e667abe
...
...
@@ -39,7 +39,7 @@
#include "xdp_dbus_remotedesktop_interface.h"
#include "krfb_fb_pipewire_debug.h"
#if
def
HAVE_DMA_BUF
#if HAVE_DMA_BUF
#include <fcntl.h>
#include <unistd.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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