aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2023-09-10 13:29:08 +1000
committerfuzzard <fuzzard@kodi.tv>2023-09-11 14:03:54 +1000
commitb9202156b8d1ad6f484bdb4e60d164ecf5c740ef (patch)
treeb977402a2f21b3b9b35a3b582b74690ab69680d9 /tools
parent94250a03ad5ba7365e9492fb3f12f79820d5af3d (diff)
[cmake] FindWaylandProtocolsWebOS simplify find module
Remove manual pkgconfig file from dependency build. It hardcodes things, and isnt needed for our purposes as all.
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/webos-wayland-extensions/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/depends/target/webos-wayland-extensions/Makefile b/tools/depends/target/webos-wayland-extensions/Makefile
index 64d975bd78..90022df192 100644
--- a/tools/depends/target/webos-wayland-extensions/Makefile
+++ b/tools/depends/target/webos-wayland-extensions/Makefile
@@ -17,12 +17,6 @@ $(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE)
.installed-$(PLATFORM): $(PLATFORM)
mkdir -p $(PREFIX)/share/wayland-webos $(PREFIX)/lib/pkgconfig
- rm -f ${PREFIX}/lib/pkgconfig/wayland-webos-client.pc
- echo 'includedir=$(PREFIX)/include' >> ${PREFIX}/lib/pkgconfig/wayland-webos-client.pc
- echo 'Name: wayland-webos-client' >> ${PREFIX}/lib/pkgconfig/wayland-webos-client.pc
- echo 'Description: wayland-webos-client' >> ${PREFIX}/lib/pkgconfig/wayland-webos-client.pc
- 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 $@