diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-05-01 08:54:01 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-05-01 10:55:29 +0200 |
commit | ce5013ef9753b52f6f9050e75f824dbe6c4ab15e (patch) | |
tree | a817e805007bbca6eabc75c0320201275add3132 /package/cog | |
parent | 42b9367cce24be867204c2b97a5dd71ac126d4b7 (diff) |
Diffstat (limited to 'package/cog')
-rw-r--r-- | package/cog/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/cog/Makefile b/package/cog/Makefile index f2f757750..9a22fac0b 100644 --- a/package/cog/Makefile +++ b/package/cog/Makefile @@ -24,7 +24,7 @@ MESON_FLAGS+= -Ddocumentation=false \ -Dmanpages=false \ -Dprograms=true \ -Dwpe_api=2.0 \ - -Dplatforms=drm + -Dplatforms="wayland" CONFIG_STYLE:= meson BUILD_STYLE:= meson @@ -34,6 +34,9 @@ cog-install: $(INSTALL_DIR) $(IDIR_COG)/usr/lib $(CP) $(WRKINST)/usr/lib/libcogcore.so* \ $(IDIR_COG)/usr/lib + $(INSTALL_DIR) $(IDIR_COG)/usr/lib/cog/modules + $(CP) $(WRKINST)/usr/lib/cog/modules/* \ + $(IDIR_COG)/usr/lib/cog/modules $(INSTALL_DIR) $(IDIR_COG)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/cog \ $(IDIR_COG)/usr/bin |