mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
wcap: Rename wcap-encode to just wcap
This commit is contained in:
parent
b0be6075ca
commit
2bcb2fc1fd
20 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
SUBDIRS = shared src clients wcap-decode data protocol tests
|
||||
SUBDIRS = shared src clients wcap data protocol tests
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ AC_CONFIG_FILES([Makefile
|
|||
src/Makefile
|
||||
src/xwayland/Makefile
|
||||
clients/Makefile
|
||||
wcap-decode/Makefile
|
||||
wcap/Makefile
|
||||
data/Makefile
|
||||
protocol/Makefile
|
||||
tests/Makefile])
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include "compositor.h"
|
||||
#include "screenshooter-server-protocol.h"
|
||||
|
||||
#include "../wcap-decode/wcap-decode.h"
|
||||
#include "../wcap/wcap-decode.h"
|
||||
|
||||
struct screenshooter {
|
||||
struct wl_object base;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue