diff options
author | Stephan Sundermann <stephansundermann@gmail.com> | 2023-03-03 22:11:21 +0100 |
---|---|---|
committer | Stephan Sundermann <stephansundermann@gmail.com> | 2023-04-06 12:07:26 +0200 |
commit | 275addc0f1622278feab0e212e875d41ce444a65 (patch) | |
tree | c023aa106290950b7ab3597fea61a82f35ca7b2b /tools | |
parent | 847a347839a895419d191237e5e1cfd3ed19720c (diff) |
webos: Initial starfish video acceleration
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/webos-wayland-extensions/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/webos-wayland-extensions/Makefile b/tools/depends/target/webos-wayland-extensions/Makefile index 8c4d4d3066..64d975bd78 100644 --- a/tools/depends/target/webos-wayland-extensions/Makefile +++ b/tools/depends/target/webos-wayland-extensions/Makefile @@ -24,6 +24,7 @@ $(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) echo 'Version: 1.0.0' >> ${PREFIX}/lib/pkgconfig/wayland-webos-client.pc cp $(PLATFORM)/protocol/webos-shell.xml $(PREFIX)/share/wayland-webos + cp $(PLATFORM)/protocol/webos-foreign.xml $(PREFIX)/share/wayland-webos touch $@ clean: |