diff mbox series

[v2,1/1] package/cog: mark for installation tothe staging tree

Message ID 20190515184704.34146-1-aperez@igalia.com
State Accepted
Headers show
Series [v2,1/1] package/cog: mark for installation tothe staging tree | expand

Commit Message

Adrian Perez de Castro May 15, 2019, 6:47 p.m. UTC
The cog package includes libraries and headers, so installing it
to the staging tree allows having those available for development.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

---
Changes v1 -> v2:
  - Reword commit log.

---
 package/cog/cog.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni May 18, 2019, 7:57 p.m. UTC | #1
On Wed, 15 May 2019 21:47:04 +0300
Adrian Perez de Castro <aperez@igalia.com> wrote:

> The cog package includes libraries and headers, so installing it
> to the staging tree allows having those available for development.
> 
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> 
> ---
> Changes v1 -> v2:
>   - Reword commit log.

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/cog/cog.mk b/package/cog/cog.mk
index 43f13152c8..44ea62185d 100644
--- a/package/cog/cog.mk
+++ b/package/cog/cog.mk
@@ -6,6 +6,7 @@ 
 
 COG_VERSION = v0.2.0
 COG_SITE = $(call github,Igalia,cog,$(COG_VERSION))
+COG_INSTALL_STAGING = YES
 COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo
 COG_LICENSE = MIT
 COG_LICENSE_FILES = COPYING