diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-07 12:31:59 +0200 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-07 13:48:45 +0200 |
commit | d25bb30da26eefbe92cd1e59f7ee4b936c1afcec (patch) | |
tree | 8cf18f86deb8a1231b182929414128074f511742 /makefile | |
parent | 779b65bc22e0463f42161f0e03fee2cef9b2d790 (diff) |
Implement support for mouse events
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ protocols_dir:=\ protocols:=\ linux-dmabuf-unstable-v1 \ + relative-pointer-unstable-v1 \ xdg-shell obj:=$(patsubst %,%.o,$(protocols)) $(obj) |